Skip to content

#cffcb7

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

RGB
207, 252, 183
HSL
99°, 92%, 85%
CMYK
18, 0, 27, 1
Luminance
0.8631

At a glance

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

Hex
#cffcb7
Hue
99°
green
Saturation
92%
electric
Lightness
85%
pale
Brightness
99%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8631
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.26:1
Closest name
Pale Green
ΔE2000 8.2
Where it sits
Hue99° of 360°
Saturation92%
Lightness85%
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#cffcb7
RGBrgb(207, 252, 183)
HSLhsl(99, 92%, 85%)
CMYKcmyk(18%, 0%, 27%, 1%)
LABlab(94.4 -26.5 28.5)
LCHlch(94.4 38.9 132.9)
OKLCHoklch(0.943 0.102 135.0)
Decimal13630647
Display P3color(display-p3 0.812 0.988 0.718)

Copy-ready code

/* CSS */
color: #cffcb7;
background-color: #cffcb7;
/* Tailwind (arbitrary) */
class="text-[#cffcb7] bg-[#cffcb7]"
/* SCSS */
$brand: #cffcb7;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.718)
/* Android */
Color.parseColor("#cffcb7")
/* Flutter */
Color(0xFFCFFCB7)
/* Python / OpenCV (BGR) */
(183, 252, 207)

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

Accessibility — WCAG contrast

Aa
#cffcb7 on white: 1.15:1
AA ✗ fail · AA-large · AAA
Aa
#cffcb7 on black: 18.26:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF2B3
deuteranopia · #FAEEBA
tritanopia · #CFF7EA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cffcb7 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
#ECFBE4
#cffcb7
#B7FB93
#93F85D
#6FF628
#58EB0A
#4AC408
#3B9D07
#2D7109
#1C4706
Base = 200Lightest = 50 · #F6FDF2Darkest = 950 · #1C4706
:root {
  --brand-50: #F6FDF2;
  --brand-100: #ECFBE4;
  --brand-200: #cffcb7;
  --brand-300: #B7FB93;
  --brand-400: #93F85D;
  --brand-500: #6FF628;
  --brand-600: #58EB0A;
  --brand-700: #4AC408;
  --brand-800: #3B9D07;
  --brand-900: #2D7109;
  --brand-950: #1C4706;
  --brand: #cffcb7;
  --brand-ink: #000000;
}

Colors that work with #cffcb7

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#CFEDC0
Hairlines and dividers
Muted text#679B4B
Captions on the surface
Accent#5003C9
Second voice, not a rival
Dark variant#2E7A05
Hover, pressed, headers
Light variant#EFFEE7
Selected rows, tints
Dark surface#192414
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 #cffcb7

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#E4B7FC
Analogous left#F2FCB7
Analogous right#B7FCC1
Split-complement 1#C1B7FC
Split-complement 2#FCB7F2
Triadic 1#B7CFFC
Triadic 2#FCB7CF
Tetradic#B7F2FC

RGB percentages

Red81.2%
Green98.8%
Blue71.8%

CMYK percentages

Cyan17.9%
Magenta0.0%
Yellow27.4%
Key (black)1.2%

Color previews

#cffcb7 text on a black background

contrast 18.26:1

Card sample

#cffcb7 text on a white background

contrast 1.15:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cffcb7

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.

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

#cffcb7, answered

What color is #cffcb7?

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

What is the RGB value of #cffcb7?

rgb(207, 252, 183) — 207 red, 252 green and 183 blue out of 255, or 81.2% / 98.8% / 71.8% by channel.

Is #cffcb7 a light or a dark color?

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

Should I use black or white text on #cffcb7?

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

What is the complementary color of #cffcb7?

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

What colors go well with #cffcb7?

For interface work: #F6FAF4 as the surface, #CFEDC0 for borders, #679B4B for secondary text, #5003C9 as an accent and #2E7A05 for hover and pressed states. For a palette, the analogous pair #F2FCB7 and #B7FCC1 stays calm, while #E4B7FC is the loudest partner.

What is #cffcb7 in CMYK for printing?

cmyk(18%, 0%, 27%, 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 #cffcb7 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 #E8FCB7; nudged cooler, #B6FDB8.

Work with #cffcb7 in the Color Lab