Skip to content

#cefcb3

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

RGB
206, 252, 179
HSL
98°, 92%, 85%
CMYK
18, 0, 29, 1
Luminance
0.8600

At a glance

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

Hex
#cefcb3
Hue
98°
green
Saturation
92%
electric
Lightness
85%
light
Brightness
99%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8600
WCAG relative
Temperature
Neutral
53/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.20:1
Closest name
Pale Green
ΔE2000 7.8
Where it sits
Hue98° of 360°
Saturation92%
Lightness85%
Temperature
Warm ← → Cool53% 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#cefcb3
RGBrgb(206, 252, 179)
HSLhsl(98, 92%, 85%)
CMYKcmyk(18%, 0%, 29%, 1%)
LABlab(94.3 -27.4 30.3)
LCHlch(94.3 40.9 132.1)
OKLCHoklch(0.941 0.107 134.3)
Decimal13565107
Display P3color(display-p3 0.808 0.988 0.702)

Copy-ready code

/* CSS */
color: #cefcb3;
background-color: #cefcb3;
/* Tailwind (arbitrary) */
class="text-[#cefcb3] bg-[#cefcb3]"
/* SCSS */
$brand: #cefcb3;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#cefcb3")
/* Flutter */
Color(0xFFCEFCB3)
/* Python / OpenCV (BGR) */
(179, 252, 206)

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

Accessibility — WCAG contrast

Aa
#cefcb3 on white: 1.15:1
AA ✗ fail · AA-large · AAA
Aa
#cefcb3 on black: 18.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF1AE
deuteranopia · #FBEDB7
tritanopia · #CEF6E9

Color scale — 50 to 950

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

#F6FDF2
#EDFBE4
#cefcb3
#B9FB93
#97F95D
#74F627
#5DEB09
#4DC408
#3E9D06
#307109
#1E4706
Base = 200Lightest = 50 · #F6FDF2Darkest = 950 · #1E4706
:root {
  --brand-50: #F6FDF2;
  --brand-100: #EDFBE4;
  --brand-200: #cefcb3;
  --brand-300: #B9FB93;
  --brand-400: #97F95D;
  --brand-500: #74F627;
  --brand-600: #5DEB09;
  --brand-700: #4DC408;
  --brand-800: #3E9D06;
  --brand-900: #307109;
  --brand-950: #1E4706;
  --brand: #cefcb3;
  --brand-ink: #000000;
}

Colors that work with #cefcb3

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#F7FAF4
Tinted page background
Border#D0EDC0
Hairlines and dividers
Muted text#689B4B
Captions on the surface
Accent#4D03C9
Second voice, not a rival
Dark variant#307B05
Hover, pressed, headers
Light variant#EFFEE6
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 #cefcb3

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#E1B3FC
Analogous left#F3FCB3
Analogous right#B3FCBC
Split-complement 1#BCB3FC
Split-complement 2#FCB3F3
Triadic 1#B3CEFC
Triadic 2#FCB3CE
Tetradic#B3F3FC

RGB percentages

Red80.8%
Green98.8%
Blue70.2%

CMYK percentages

Cyan18.3%
Magenta0.0%
Yellow29.0%
Key (black)1.2%

Color previews

#cefcb3 text on a black background

contrast 18.20:1

Card sample

#cefcb3 text on a white background

contrast 1.15:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(206, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcb3;
background: linear-gradient(135deg, #cefcb3, #B3FCC9);

Monochromatic scale

Palettes built from #cefcb3

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.

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

#cefcb3, answered

What color is #cefcb3?

#cefcb3 is a light electric green, closest to Pale Green (ΔE2000 7.8). It sits at 98° on the hue wheel with 92% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #cefcb3?

rgb(206, 252, 179) — 206 red, 252 green and 179 blue out of 255, or 80.8% / 98.8% / 70.2% by channel.

Is #cefcb3 a light or a dark color?

It is a light color. Relative luminance is 0.8600 and perceived brightness is 91%, so black text on it reaches 18.20:1.

Should I use black or white text on #cefcb3?

Black. It scores 18.20:1 against #cefcb3, versus 1.15:1 for white — AAA at any size.

What is the complementary color of #cefcb3?

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

What colors go well with #cefcb3?

For interface work: #F7FAF4 as the surface, #D0EDC0 for borders, #689B4B for secondary text, #4D03C9 as an accent and #307B05 for hover and pressed states. For a palette, the analogous pair #F3FCB3 and #B3FCBC stays calm, while #E1B3FC is the loudest partner.

What is #cefcb3 in CMYK for printing?

cmyk(18%, 0%, 29%, 1%). 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 #cefcb3 warm or cool?

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

Work with #cefcb3 in the Color Lab