Skip to content

#9df8c0

a light, electric green · cool · closest name: Aqua Marine

RGB
157, 248, 192
HSL
143°, 87%, 79%
CMYK
37, 0, 23, 3
Luminance
0.7811

At a glance

Every number on this page in one read: what #9df8c0 is made of, how bright it looks, and which way it leans.

Hex
#9df8c0
Hue
143°
green
Saturation
87%
electric
Lightness
79%
light
Brightness
97%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7811
WCAG relative
Temperature
Cool
72/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.62:1
Closest name
Aqua Marine
ΔE2000 5.8
Where it sits
Hue143° of 360°
Saturation87%
Lightness79%
Temperature
Warm ← → Cool72% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#9df8c0
RGBrgb(157, 248, 192)
HSLhsl(143, 87%, 79%)
CMYKcmyk(37%, 0%, 23%, 3%)
LABlab(90.8 -38.9 18.5)
LCHlch(90.8 43.0 154.6)
OKLCHoklch(0.907 0.117 156.2)
Decimal10352832
Display P3color(display-p3 0.616 0.973 0.753)

Copy-ready code

/* CSS */
color: #9df8c0;
background-color: #9df8c0;
/* Tailwind (arbitrary) */
class="text-[#9df8c0] bg-[#9df8c0]"
/* SCSS */
$brand: #9df8c0;
/* SwiftUI */
Color(red: 0.616, green: 0.973, blue: 0.753)
/* Android */
Color.parseColor("#9df8c0")
/* Flutter */
Color(0xFF9DF8C0)
/* Python / OpenCV (BGR) */
(192, 248, 157)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #9df8c0 · 16.62:1
Use #000000AAA at every size.
Aa
White text · 1.26:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.62:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #9df8c0 as text scores 1.26:1 on white and 16.62:1 on black.

Accessibility — WCAG contrast

Aa
#9df8c0 on white: 1.26:1
AA ✗ fail · AA-large · AAA
Aa
#9df8c0 on black: 16.62:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7EBBD
deuteranopia · #E9E1C3
tritanopia · #8BF6E8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #9df8c0 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F2FDF6
#E5FAED
#C4F7D8
#9df8c0
#62F49A
#2EF078
#10E562
#0EBE52
#0B9841
#0C6E32
#08451F
Base = 300Lightest = 50 · #F2FDF6Darkest = 950 · #08451F
:root {
  --brand-50: #F2FDF6;
  --brand-100: #E5FAED;
  --brand-200: #C4F7D8;
  --brand-300: #9df8c0;
  --brand-400: #62F49A;
  --brand-500: #2EF078;
  --brand-600: #10E562;
  --brand-700: #0EBE52;
  --brand-800: #0B9841;
  --brand-900: #0C6E32;
  --brand-950: #08451F;
  --brand: #9df8c0;
  --brand-ink: #000000;
}

Colors that work with #9df8c0

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAF7
Tinted page background
Border#C0EDD1
Hairlines and dividers
Muted text#4B9B6A
Captions on the surface
Accent#C20AA9
Second voice, not a rival
Dark variant#087733
Hover, pressed, headers
Light variant#E7FDF0
Selected rows, tints
Dark surface#14241A
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #9df8c0

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F89DD5
Analogous left#A7F89D
Analogous right#9DF8EE
Split-complement 1#EE9DF8
Split-complement 2#F89DA7
Triadic 1#C09DF8
Triadic 2#F8C09D
Tetradic#9DA7F8

RGB percentages

Red61.6%
Green97.3%
Blue75.3%

CMYK percentages

Cyan36.7%
Magenta0.0%
Yellow22.6%
Key (black)2.7%

Color previews

#9df8c0 text on a black background

contrast 16.62:1

Card sample

#9df8c0 text on a white background

contrast 1.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #9df8c0;
Background color
Panel with #9df8c0 background
background-color: #9df8c0;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #9df8c0;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(157, 248, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 248, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df8c0;
background: linear-gradient(135deg, #9df8c0, #9DF3F8);

Monochromatic scale

Palettes built from #9df8c0

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#9df8c0 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#9df8c0, answered

What color is #9df8c0?

#9df8c0 is a light electric green, closest to Aqua Marine (ΔE2000 5.8). It sits at 143° on the hue wheel with 87% saturation and 79% lightness, which reads as cool.

What is the RGB value of #9df8c0?

rgb(157, 248, 192) — 157 red, 248 green and 192 blue out of 255, or 61.6% / 97.3% / 75.3% by channel.

Is #9df8c0 a light or a dark color?

It is a light color. Relative luminance is 0.7811 and perceived brightness is 86%, so black text on it reaches 16.62:1.

Should I use black or white text on #9df8c0?

Black. It scores 16.62:1 against #9df8c0, versus 1.26:1 for white — AAA at any size.

What is the complementary color of #9df8c0?

#F89DD5 sits directly opposite on the wheel. Softer options are the split-complements #EE9DF8 and #F89DA7, which give the same contrast with far less vibration.

What colors go well with #9df8c0?

For interface work: #F4FAF7 as the surface, #C0EDD1 for borders, #4B9B6A for secondary text, #C20AA9 as an accent and #087733 for hover and pressed states. For a palette, the analogous pair #A7F89D and #9DF8EE stays calm, while #F89DD5 is the loudest partner.

What is #9df8c0 in CMYK for printing?

cmyk(37%, 0%, 23%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #9df8c0 warm or cool?

Cool — it scores 72 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9DF89F; nudged cooler, #9CF9E2.

Work with #9df8c0 in the Color Lab