Skip to content

#c8ebc9

a pale, vivid green · cool · closest name: Honey Dew

RGB
200, 235, 201
HSL
122°, 47%, 85%
CMYK
15, 0, 15, 8
Luminance
0.7591

At a glance

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

Hex
#c8ebc9
Hue
122°
green
Saturation
47%
vivid
Lightness
85%
pale
Brightness
92%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7591
WCAG relative
Temperature
Cool
63/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.18:1
Closest name
Honey Dew
ΔE2000 9.9
Where it sits
Hue122° of 360°
Saturation47%
Lightness85%
Temperature
Warm ← → Cool63% 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#c8ebc9
RGBrgb(200, 235, 201)
HSLhsl(122, 47%, 85%)
CMYKcmyk(15%, 0%, 15%, 8%)
LABlab(89.8 -17.7 12.7)
LCHlch(89.8 21.8 144.3)
OKLCHoklch(0.906 0.059 145.8)
Decimal13167561
Display P3color(display-p3 0.784 0.922 0.788)

Copy-ready code

/* CSS */
color: #c8ebc9;
background-color: #c8ebc9;
/* Tailwind (arbitrary) */
class="text-[#c8ebc9] bg-[#c8ebc9]"
/* SCSS */
$brand: #c8ebc9;
/* SwiftUI */
Color(red: 0.784, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#c8ebc9")
/* Flutter */
Color(0xFFC8EBC9)
/* Python / OpenCV (BGR) */
(201, 235, 200)

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 #c8ebc9 · 16.18:1
Use #000000AAA at every size.
Aa
White text · 1.30:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.18:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c8ebc9 as text scores 1.30:1 on white and 16.18:1 on black.

Accessibility — WCAG contrast

Aa
#c8ebc9 on white: 1.30:1
AA ✗ fail · AA-large · AAA
Aa
#c8ebc9 on black: 16.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ECE4C7
deuteranopia · #E6E0CB
tritanopia · #C5E9E1

Color scale — 50 to 950

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

#F5FAF5
#EAF5EA
#c8ebc9
#ADE1AE
#84D286
#5AC35D
#41B444
#369639
#2B782E
#235724
#163717
Base = 200Lightest = 50 · #F5FAF5Darkest = 950 · #163717
:root {
  --brand-50: #F5FAF5;
  --brand-100: #EAF5EA;
  --brand-200: #c8ebc9;
  --brand-300: #ADE1AE;
  --brand-400: #84D286;
  --brand-500: #5AC35D;
  --brand-600: #41B444;
  --brand-700: #369639;
  --brand-800: #2B782E;
  --brand-900: #235724;
  --brand-950: #163717;
  --brand: #c8ebc9;
  --brand-ink: #000000;
}

Colors that work with #c8ebc9

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#F4FAF4
Tinted page background
Border#C3E9C4
Hairlines and dividers
Muted text#4B9B4D
Captions on the surface
Accent#82329A
Second voice, not a rival
Dark variant#225E24
Hover, pressed, headers
Light variant#ECF8ED
Selected rows, tints
Dark surface#142414
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 #c8ebc9

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#EBC8EA
Analogous left#D9EBC8
Analogous right#C8EBDB
Split-complement 1#DBC8EB
Split-complement 2#EBC8D9
Triadic 1#C9C8EB
Triadic 2#EBC9C8
Tetradic#C8D9EB

RGB percentages

Red78.4%
Green92.2%
Blue78.8%

CMYK percentages

Cyan14.9%
Magenta0.0%
Yellow14.5%
Key (black)7.8%

Color previews

#c8ebc9 text on a black background

contrast 16.18:1

Card sample

#c8ebc9 text on a white background

contrast 1.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(200, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ebc9;
background: linear-gradient(135deg, #c8ebc9, #C8EBE0);

Monochromatic scale

Palettes built from #c8ebc9

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.

#c8ebc9 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#c8ebc9, answered

What color is #c8ebc9?

#c8ebc9 is a pale vivid green, closest to Honey Dew (ΔE2000 9.9). It sits at 122° on the hue wheel with 47% saturation and 85% lightness, which reads as cool.

What is the RGB value of #c8ebc9?

rgb(200, 235, 201) — 200 red, 235 green and 201 blue out of 255, or 78.4% / 92.2% / 78.8% by channel.

Is #c8ebc9 a light or a dark color?

It is a light color. Relative luminance is 0.7591 and perceived brightness is 87%, so black text on it reaches 16.18:1.

Should I use black or white text on #c8ebc9?

Black. It scores 16.18:1 against #c8ebc9, versus 1.30:1 for white — AAA at any size.

What is the complementary color of #c8ebc9?

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

What colors go well with #c8ebc9?

For interface work: #F4FAF4 as the surface, #C3E9C4 for borders, #4B9B4D for secondary text, #82329A as an accent and #225E24 for hover and pressed states. For a palette, the analogous pair #D9EBC8 and #C8EBDB stays calm, while #EBC8EA is the loudest partner.

What is #c8ebc9 in CMYK for printing?

cmyk(15%, 0%, 15%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #c8ebc9 warm or cool?

Cool — it scores 63 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D4EBC8; nudged cooler, #C7ECD6.

Work with #c8ebc9 in the Color Lab