Color

Java

#1FC2C2
Hue
180°
Saturation
72%
Lightness
44%

Accessibility

WCAG 2.1 contrast against white and black text — pick the combination that passes for your use case.

AaThe quick brown fox.
2.20White on this color
AA FailAA Large FailAAA Fail
AaThe quick brown fox.
9.55Black on this color
AA PassAA Large PassAAA Pass

Color in use

Java applied to common UI primitives — see how it reads in real interfaces.

Buttons
Badges
ActiveFeaturedLive
Typography

The future of color is bright.

A paragraph with an inline link in Java.

Card
Premium Plan

50+ tools, lifetime updates.

Alert
Progress & Input

Shades & tints

Click any swatch to copy its hex.

Color harmonies

Pairings derived from the color wheel — click any swatch to explore.

CSS variables

/* Java */
:root {
  --color-java: #1FC2C2;
  --color-java-rgb: 31, 194, 194;
  --color-java-hsl: 180, 72%, 44%;
}

Color tools