Skip to content

#c8fbc2

a pale, electric green · cool · closest name: Pale Green

RGB
200, 251, 194
HSL
114°, 88%, 87%
CMYK
20, 0, 23, 2
Luminance
0.8517

At a glance

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

Hex
#c8fbc2
Hue
114°
green
Saturation
88%
electric
Lightness
87%
pale
Brightness
98%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8517
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.03:1
Closest name
Pale Green
ΔE2000 8.8
Where it sits
Hue114° of 360°
Saturation88%
Lightness87%
Temperature
Warm ← → Cool60% 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#c8fbc2
RGBrgb(200, 251, 194)
HSLhsl(114, 88%, 87%)
CMYKcmyk(20%, 0%, 23%, 2%)
LABlab(94.0 -26.6 22.1)
LCHlch(94.0 34.6 140.3)
OKLCHoklch(0.938 0.092 142.1)
Decimal13171650
Display P3color(display-p3 0.784 0.984 0.761)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c8fbc2 on white: 1.16:1
AA ✗ fail · AA-large · AAA
Aa
#c8fbc2 on black: 18.03:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FEF1BF
deuteranopia · #F6ECC5
tritanopia · #C4F7EB

Color scale — 50 to 950

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

#F3FDF2
#E7FAE5
#c8fbc2
#A0F896
#71F561
#41F12C
#26E60F
#1FBF0D
#19990A
#166F0C
#0E4507
Base = 200Lightest = 50 · #F3FDF2Darkest = 950 · #0E4507
:root {
  --brand-50: #F3FDF2;
  --brand-100: #E7FAE5;
  --brand-200: #c8fbc2;
  --brand-300: #A0F896;
  --brand-400: #71F561;
  --brand-500: #41F12C;
  --brand-600: #26E60F;
  --brand-700: #1FBF0D;
  --brand-800: #19990A;
  --brand-900: #166F0C;
  --brand-950: #0E4507;
  --brand: #c8fbc2;
  --brand-ink: #000000;
}

Colors that work with #c8fbc2

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#F5FAF4
Tinted page background
Border#C4EDC0
Hairlines and dividers
Muted text#539B4B
Captions on the surface
Accent#8109C3
Second voice, not a rival
Dark variant#147808
Hover, pressed, headers
Light variant#E9FDE7
Selected rows, tints
Dark surface#152414
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 #c8fbc2

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#F5C2FB
Analogous left#E5FBC2
Analogous right#C2FBD9
Split-complement 1#D9C2FB
Split-complement 2#FBC2E5
Triadic 1#C2C8FB
Triadic 2#FBC2C8
Tetradic#C2E5FB

RGB percentages

Red78.4%
Green98.4%
Blue76.1%

CMYK percentages

Cyan20.3%
Magenta0.0%
Yellow22.7%
Key (black)1.6%

Color previews

#c8fbc2 text on a black background

contrast 18.03:1

Card sample

#c8fbc2 text on a white background

contrast 1.16:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c8fbc2

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.

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

#c8fbc2, answered

What color is #c8fbc2?

#c8fbc2 is a pale electric green, closest to Pale Green (ΔE2000 8.8). It sits at 114° on the hue wheel with 88% saturation and 87% lightness, which reads as cool.

What is the RGB value of #c8fbc2?

rgb(200, 251, 194) — 200 red, 251 green and 194 blue out of 255, or 78.4% / 98.4% / 76.1% by channel.

Is #c8fbc2 a light or a dark color?

It is a light color. Relative luminance is 0.8517 and perceived brightness is 90%, so black text on it reaches 18.03:1.

Should I use black or white text on #c8fbc2?

Black. It scores 18.03:1 against #c8fbc2, versus 1.16:1 for white — AAA at any size.

What is the complementary color of #c8fbc2?

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

What colors go well with #c8fbc2?

For interface work: #F5FAF4 as the surface, #C4EDC0 for borders, #539B4B for secondary text, #8109C3 as an accent and #147808 for hover and pressed states. For a palette, the analogous pair #E5FBC2 and #C2FBD9 stays calm, while #F5C2FB is the loudest partner.

What is #c8fbc2 in CMYK for printing?

cmyk(20%, 0%, 23%, 2%). 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 #c8fbc2 warm or cool?

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

Work with #c8fbc2 in the Color Lab