Skip to content

#9df3c6

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

RGB
157, 243, 198
HSL
149°, 78%, 78%
CMYK
35, 0, 19, 5
Luminance
0.7535

At a glance

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

Hex
#9df3c6
Hue
149°
green
Saturation
78%
electric
Lightness
78%
light
Brightness
95%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7535
WCAG relative
Temperature
Cool
74/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.07:1
Closest name
Aqua Marine
ΔE2000 5
Where it sits
Hue149° of 360°
Saturation78%
Lightness78%
Temperature
Warm ← → Cool74% 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#9df3c6
RGBrgb(157, 243, 198)
HSLhsl(149, 78%, 78%)
CMYKcmyk(35%, 0%, 19%, 5%)
LABlab(89.5 -35.5 13.6)
LCHlch(89.5 38.0 159.0)
OKLCHoklch(0.897 0.105 160.5)
Decimal10351558
Display P3color(display-p3 0.616 0.953 0.776)

Copy-ready code

/* CSS */
color: #9df3c6;
background-color: #9df3c6;
/* Tailwind (arbitrary) */
class="text-[#9df3c6] bg-[#9df3c6]"
/* SCSS */
$brand: #9df3c6;
/* SwiftUI */
Color(red: 0.616, green: 0.953, blue: 0.776)
/* Android */
Color.parseColor("#9df3c6")
/* Flutter */
Color(0xFF9DF3C6)
/* Python / OpenCV (BGR) */
(198, 243, 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 #9df3c6 · 16.07:1
Use #000000AAA at every size.
Aa
White text · 1.31:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.07:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #9df3c6 as text scores 1.31:1 on white and 16.07:1 on black.

Accessibility — WCAG contrast

Aa
#9df3c6 on white: 1.31:1
AA ✗ fail · AA-large · AAA
Aa
#9df3c6 on black: 16.07:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F1E7C4
deuteranopia · #E3DDC9
tritanopia · #8AF2E6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #9df3c6 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.

#F3FCF7
#E6F9EF
#C7F5DD
#9df3c6
#69EDA8
#37E78B
#1BDA76
#16B662
#12914F
#11693B
#0B4225
Base = 300Lightest = 50 · #F3FCF7Darkest = 950 · #0B4225
:root {
  --brand-50: #F3FCF7;
  --brand-100: #E6F9EF;
  --brand-200: #C7F5DD;
  --brand-300: #9df3c6;
  --brand-400: #69EDA8;
  --brand-500: #37E78B;
  --brand-600: #1BDA76;
  --brand-700: #16B662;
  --brand-800: #12914F;
  --brand-900: #11693B;
  --brand-950: #0B4225;
  --brand: #9df3c6;
  --brand-ink: #000000;
}

Colors that work with #9df3c6

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#C0EDD5
Hairlines and dividers
Muted text#4B9B71
Captions on the surface
Accent#B91394
Second voice, not a rival
Dark variant#0E723D
Hover, pressed, headers
Light variant#E8FCF2
Selected rows, tints
Dark surface#14241C
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 #9df3c6

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#F39DCA
Analogous left#9FF39D
Analogous right#9DF3F1
Split-complement 1#F19DF3
Split-complement 2#F39D9F
Triadic 1#C69DF3
Triadic 2#F3C69D
Tetradic#9D9FF3

RGB percentages

Red61.6%
Green95.3%
Blue77.6%

CMYK percentages

Cyan35.4%
Magenta0.0%
Yellow18.5%
Key (black)4.7%

Color previews

#9df3c6 text on a black background

contrast 16.07:1

Card sample

#9df3c6 text on a white background

contrast 1.31:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #9df3c6

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.

#9df3c6 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.

#9df3c6, answered

What color is #9df3c6?

#9df3c6 is a light electric green, closest to Aqua Marine (ΔE2000 5). It sits at 149° on the hue wheel with 78% saturation and 78% lightness, which reads as cool.

What is the RGB value of #9df3c6?

rgb(157, 243, 198) — 157 red, 243 green and 198 blue out of 255, or 61.6% / 95.3% / 77.6% by channel.

Is #9df3c6 a light or a dark color?

It is a light color. Relative luminance is 0.7535 and perceived brightness is 85%, so black text on it reaches 16.07:1.

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

Black. It scores 16.07:1 against #9df3c6, versus 1.31:1 for white — AAA at any size.

What is the complementary color of #9df3c6?

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

What colors go well with #9df3c6?

For interface work: #F4FAF7 as the surface, #C0EDD5 for borders, #4B9B71 for secondary text, #B91394 as an accent and #0E723D for hover and pressed states. For a palette, the analogous pair #9FF39D and #9DF3F1 stays calm, while #F39DCA is the loudest partner.

What is #9df3c6 in CMYK for printing?

cmyk(35%, 0%, 19%, 5%). 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 #9df3c6 warm or cool?

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

Work with #9df3c6 in the Color Lab