Skip to content

#c8f3cf

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

RGB
200, 243, 207
HSL
130°, 64%, 87%
CMYK
18, 0, 15, 5
Luminance
0.8089

At a glance

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

Hex
#c8f3cf
Hue
130°
green
Saturation
64%
vivid
Lightness
87%
pale
Brightness
95%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8089
WCAG relative
Temperature
Cool
67/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.18:1
Closest name
Honey Dew
ΔE2000 10.6
Where it sits
Hue130° of 360°
Saturation64%
Lightness87%
Temperature
Warm ← → Cool67% 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#c8f3cf
RGBrgb(200, 243, 207)
HSLhsl(130, 64%, 87%)
CMYKcmyk(18%, 0%, 15%, 5%)
LABlab(92.1 -20.6 12.8)
LCHlch(92.1 24.3 148.1)
OKLCHoklch(0.924 0.066 149.7)
Decimal13169615
Display P3color(display-p3 0.784 0.953 0.812)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c8f3cf on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#c8f3cf on black: 17.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4EBCD
deuteranopia · #ECE6D1
tritanopia · #C3F1E9

Color scale — 50 to 950

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

#F4FBF5
#E8F7EB
#c8f3cf
#A3EBAF
#75E186
#47D75E
#2CC945
#25A73A
#1D862E
#196125
#103D17
Base = 200Lightest = 50 · #F4FBF5Darkest = 950 · #103D17
:root {
  --brand-50: #F4FBF5;
  --brand-100: #E8F7EB;
  --brand-200: #c8f3cf;
  --brand-300: #A3EBAF;
  --brand-400: #75E186;
  --brand-500: #47D75E;
  --brand-600: #2CC945;
  --brand-700: #25A73A;
  --brand-800: #1D862E;
  --brand-900: #196125;
  --brand-950: #103D17;
  --brand: #c8f3cf;
  --brand-ink: #000000;
}

Colors that work with #c8f3cf

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#F4FAF5
Tinted page background
Border#C0EDC7
Hairlines and dividers
Muted text#4B9B58
Captions on the surface
Accent#9E21AB
Second voice, not a rival
Dark variant#176924
Hover, pressed, headers
Light variant#EAFAED
Selected rows, tints
Dark surface#142416
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 #c8f3cf

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#F3C8EC
Analogous left#D7F3C8
Analogous right#C8F3E5
Split-complement 1#E5C8F3
Split-complement 2#F3C8D7
Triadic 1#CFC8F3
Triadic 2#F3CFC8
Tetradic#C8D7F3

RGB percentages

Red78.4%
Green95.3%
Blue81.2%

CMYK percentages

Cyan17.7%
Magenta0.0%
Yellow14.8%
Key (black)4.7%

Color previews

#c8f3cf text on a black background

contrast 17.18:1

Card sample

#c8f3cf text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c8f3cf

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.

#c8f3cf 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.

#c8f3cf, answered

What color is #c8f3cf?

#c8f3cf is a pale vivid green, closest to Honey Dew (ΔE2000 10.6). It sits at 130° on the hue wheel with 64% saturation and 87% lightness, which reads as cool.

What is the RGB value of #c8f3cf?

rgb(200, 243, 207) — 200 red, 243 green and 207 blue out of 255, or 78.4% / 95.3% / 81.2% by channel.

Is #c8f3cf a light or a dark color?

It is a light color. Relative luminance is 0.8089 and perceived brightness is 89%, so black text on it reaches 17.18:1.

Should I use black or white text on #c8f3cf?

Black. It scores 17.18:1 against #c8f3cf, versus 1.22:1 for white — AAA at any size.

What is the complementary color of #c8f3cf?

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

What colors go well with #c8f3cf?

For interface work: #F4FAF5 as the surface, #C0EDC7 for borders, #4B9B58 for secondary text, #9E21AB as an accent and #176924 for hover and pressed states. For a palette, the analogous pair #D7F3C8 and #C8F3E5 stays calm, while #F3C8EC is the loudest partner.

What is #c8f3cf in CMYK for printing?

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

Is #c8f3cf warm or cool?

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

Work with #c8f3cf in the Color Lab