Skip to content

#cdf0b2

a light, vivid green · neutral · closest name: Light Green

RGB
205, 240, 178
HSL
94°, 67%, 82%
CMYK
15, 0, 26, 6
Luminance
0.7851

At a glance

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

Hex
#cdf0b2
Hue
94°
green
Saturation
67%
vivid
Lightness
82%
light
Brightness
94%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7851
WCAG relative
Temperature
Neutral
52/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.70:1
Closest name
Light Green
ΔE2000 9.6
Where it sits
Hue94° of 360°
Saturation67%
Lightness82%
Temperature
Warm ← → Cool52% 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#cdf0b2
RGBrgb(205, 240, 178)
HSLhsl(94, 67%, 82%)
CMYKcmyk(15%, 0%, 26%, 6%)
LABlab(91.0 -22.2 26.3)
LCHlch(91.0 34.4 130.1)
OKLCHoklch(0.915 0.090 131.9)
Decimal13496498
Display P3color(display-p3 0.804 0.941 0.698)

Copy-ready code

/* CSS */
color: #cdf0b2;
background-color: #cdf0b2;
/* Tailwind (arbitrary) */
class="text-[#cdf0b2] bg-[#cdf0b2]"
/* SCSS */
$brand: #cdf0b2;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.698)
/* Android */
Color.parseColor("#cdf0b2")
/* Flutter */
Color(0xFFCDF0B2)
/* Python / OpenCV (BGR) */
(178, 240, 205)

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

Accessibility — WCAG contrast

Aa
#cdf0b2 on white: 1.26:1
AA ✗ fail · AA-large · AAA
Aa
#cdf0b2 on black: 16.70:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6E7AE
deuteranopia · #F0E4B5
tritanopia · #CEEBDF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cdf0b2 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F7FBF3
#EFF8E8
#DBF2CA
#cdf0b2
#A3E472
#85DA43
#70CD28
#5DAB21
#4A891B
#386317
#233E0F
Base = 300Lightest = 50 · #F7FBF3Darkest = 950 · #233E0F
:root {
  --brand-50: #F7FBF3;
  --brand-100: #EFF8E8;
  --brand-200: #DBF2CA;
  --brand-300: #cdf0b2;
  --brand-400: #A3E472;
  --brand-500: #85DA43;
  --brand-600: #70CD28;
  --brand-700: #5DAB21;
  --brand-800: #4A891B;
  --brand-900: #386317;
  --brand-950: #233E0F;
  --brand: #cdf0b2;
  --brand-ink: #000000;
}

Colors that work with #cdf0b2

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#D3EDC0
Hairlines and dividers
Muted text#6E9B4B
Captions on the surface
Accent#4B1DAF
Second voice, not a rival
Dark variant#3A6B15
Hover, pressed, headers
Light variant#F1FBEA
Selected rows, tints
Dark surface#1B2414
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 #cdf0b2

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#D5B2F0
Analogous left#ECF0B2
Analogous right#B2F0B6
Split-complement 1#B6B2F0
Split-complement 2#F0B2EC
Triadic 1#B2CDF0
Triadic 2#F0B2CD
Tetradic#B2ECF0

RGB percentages

Red80.4%
Green94.1%
Blue69.8%

CMYK percentages

Cyan14.6%
Magenta0.0%
Yellow25.8%
Key (black)5.9%

Color previews

#cdf0b2 text on a black background

contrast 16.70:1

Card sample

#cdf0b2 text on a white background

contrast 1.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(205, 240, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0b2;
background: linear-gradient(135deg, #cdf0b2, #B2F0C0);

Monochromatic scale

Palettes built from #cdf0b2

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.

#cdf0b2 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

Converts to four-color process without much drama. Proof it anyway.

#cdf0b2, answered

What color is #cdf0b2?

#cdf0b2 is a light vivid green, closest to Light Green (ΔE2000 9.6). It sits at 94° on the hue wheel with 67% saturation and 82% lightness, which reads as neutral.

What is the RGB value of #cdf0b2?

rgb(205, 240, 178) — 205 red, 240 green and 178 blue out of 255, or 80.4% / 94.1% / 69.8% by channel.

Is #cdf0b2 a light or a dark color?

It is a light color. Relative luminance is 0.7851 and perceived brightness is 88%, so black text on it reaches 16.70:1.

Should I use black or white text on #cdf0b2?

Black. It scores 16.70:1 against #cdf0b2, versus 1.26:1 for white — AAA at any size.

What is the complementary color of #cdf0b2?

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

What colors go well with #cdf0b2?

For interface work: #F7FAF4 as the surface, #D3EDC0 for borders, #6E9B4B for secondary text, #4B1DAF as an accent and #3A6B15 for hover and pressed states. For a palette, the analogous pair #ECF0B2 and #B2F0B6 stays calm, while #D5B2F0 is the loudest partner.

What is #cdf0b2 in CMYK for printing?

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

Is #cdf0b2 warm or cool?

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

Work with #cdf0b2 in the Color Lab