Skip to content

#c8f7ae

a light, electric green · neutral · closest name: Pale Green

RGB
200, 247, 174
HSL
99°, 82%, 83%
CMYK
19, 0, 30, 3
Luminance
0.8186

At a glance

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

Hex
#c8f7ae
Hue
99°
green
Saturation
82%
electric
Lightness
83%
light
Brightness
97%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8186
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.37:1
Closest name
Pale Green
ΔE2000 7.4
Where it sits
Hue99° of 360°
Saturation82%
Lightness83%
Temperature
Warm ← → Cool54% cool

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

Every format

HEX#c8f7ae
RGBrgb(200, 247, 174)
HSLhsl(99, 82%, 83%)
CMYKcmyk(19%, 0%, 30%, 3%)
LABlab(92.5 -27.8 30.3)
LCHlch(92.5 41.2 132.5)
OKLCHoklch(0.926 0.107 134.8)
Decimal13170606
Display P3color(display-p3 0.784 0.969 0.682)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c8f7ae on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#c8f7ae on black: 17.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDECA9
deuteranopia · #F5E8B2
tritanopia · #C8F1E4

Color scale — 50 to 950

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

#F6FCF2
#EDF9E6
#c8f7ae
#BAF599
#97F066
#74EB33
#5EDF16
#4EBA12
#3E950F
#306B0F
#1E4309
Base = 200Lightest = 50 · #F6FCF2Darkest = 950 · #1E4309
:root {
  --brand-50: #F6FCF2;
  --brand-100: #EDF9E6;
  --brand-200: #c8f7ae;
  --brand-300: #BAF599;
  --brand-400: #97F066;
  --brand-500: #74EB33;
  --brand-600: #5EDF16;
  --brand-700: #4EBA12;
  --brand-800: #3E950F;
  --brand-900: #306B0F;
  --brand-950: #1E4309;
  --brand: #c8f7ae;
  --brand-ink: #000000;
}

Colors that work with #c8f7ae

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#F6FAF4
Tinted page background
Border#D0EDC0
Hairlines and dividers
Muted text#679B4B
Captions on the surface
Accent#530EBE
Second voice, not a rival
Dark variant#31740B
Hover, pressed, headers
Light variant#EFFDE8
Selected rows, tints
Dark surface#1A2414
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 #c8f7ae

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#DDAEF7
Analogous left#ECF7AE
Analogous right#AEF7B8
Split-complement 1#B8AEF7
Split-complement 2#F7AEEC
Triadic 1#AEC8F7
Triadic 2#F7AEC8
Tetradic#AEECF7

RGB percentages

Red78.4%
Green96.9%
Blue68.2%

CMYK percentages

Cyan19.0%
Magenta0.0%
Yellow29.6%
Key (black)3.1%

Color previews

#c8f7ae text on a black background

contrast 17.37:1

Card sample

#c8f7ae text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c8f7ae

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.

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

#c8f7ae, answered

What color is #c8f7ae?

#c8f7ae is a light electric green, closest to Pale Green (ΔE2000 7.4). It sits at 99° on the hue wheel with 82% saturation and 83% lightness, which reads as neutral.

What is the RGB value of #c8f7ae?

rgb(200, 247, 174) — 200 red, 247 green and 174 blue out of 255, or 78.4% / 96.9% / 68.2% by channel.

Is #c8f7ae a light or a dark color?

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

Should I use black or white text on #c8f7ae?

Black. It scores 17.37:1 against #c8f7ae, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #c8f7ae?

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

What colors go well with #c8f7ae?

For interface work: #F6FAF4 as the surface, #D0EDC0 for borders, #679B4B for secondary text, #530EBE as an accent and #31740B for hover and pressed states. For a palette, the analogous pair #ECF7AE and #AEF7B8 stays calm, while #DDAEF7 is the loudest partner.

What is #c8f7ae in CMYK for printing?

cmyk(19%, 0%, 30%, 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 #c8f7ae warm or cool?

Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E3F7AE; nudged cooler, #ADF8AE.

Work with #c8f7ae in the Color Lab