Skip to content

#c2db8f

a light, vivid green · warm · closest name: Pale Goldenrod

RGB
194, 219, 143
HSL
80°, 51%, 71%
CMYK
11, 0, 35, 14
Luminance
0.6412

At a glance

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

Hex
#c2db8f
Hue
80°
green
Saturation
51%
vivid
Lightness
71%
light
Brightness
86%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6412
WCAG relative
Temperature
Warm
41/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
13.82:1
Closest name
Pale Goldenrod
ΔE2000 9.3
Where it sits
Hue80° of 360°
Saturation51%
Lightness71%
Temperature
Warm ← → Cool41% cool

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

Every format

HEX#c2db8f
RGBrgb(194, 219, 143)
HSLhsl(80, 51%, 71%)
CMYKcmyk(11%, 0%, 35%, 14%)
LABlab(84.0 -20.8 34.7)
LCHlch(84.0 40.5 120.9)
OKLCHoklch(0.855 0.103 123.4)
Decimal12770191
Display P3color(display-p3 0.761 0.859 0.561)

Copy-ready code

/* CSS */
color: #c2db8f;
background-color: #c2db8f;
/* Tailwind (arbitrary) */
class="text-[#c2db8f] bg-[#c2db8f]"
/* SCSS */
$brand: #c2db8f;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#c2db8f")
/* Flutter */
Color(0xFFC2DB8F)
/* Python / OpenCV (BGR) */
(143, 219, 194)

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

Accessibility — WCAG contrast

Aa
#c2db8f on white: 1.52:1
AA ✗ fail · AA-large · AAA
Aa
#c2db8f on black: 13.82:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3D28A
deuteranopia · #E0D193
tritanopia · #C7D4C8

Color scale — 50 to 950

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

#F8FAF4
#F2F6EA
#E3EDCF
#D1E4AA
#c2db8f
#A3C855
#90B93B
#789A32
#607C28
#475A20
#2C3814
Base = 400Lightest = 50 · #F8FAF4Darkest = 950 · #2C3814
:root {
  --brand-50: #F8FAF4;
  --brand-100: #F2F6EA;
  --brand-200: #E3EDCF;
  --brand-300: #D1E4AA;
  --brand-400: #c2db8f;
  --brand-500: #A3C855;
  --brand-600: #90B93B;
  --brand-700: #789A32;
  --brand-800: #607C28;
  --brand-900: #475A20;
  --brand-950: #2C3814;
  --brand: #c2db8f;
  --brand-ink: #000000;
}

Colors that work with #c2db8f

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#F8FAF4
Tinted page background
Border#DDEBC1
Hairlines and dividers
Muted text#819B4B
Captions on the surface
Accent#372D9F
Second voice, not a rival
Dark variant#4B611F
Hover, pressed, headers
Light variant#F5F9EC
Selected rows, tints
Dark surface#1F2414
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 #c2db8f

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#A88FDB
Analogous left#DBCE8F
Analogous right#9CDB8F
Split-complement 1#8F9CDB
Split-complement 2#CE8FDB
Triadic 1#8FC2DB
Triadic 2#DB8FC2
Tetradic#8FDBCE

RGB percentages

Red76.1%
Green85.9%
Blue56.1%

CMYK percentages

Cyan11.4%
Magenta0.0%
Yellow34.7%
Key (black)14.1%

Color previews

#c2db8f text on a black background

contrast 13.82:1

Card sample

#c2db8f text on a white background

contrast 1.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2db8f

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.

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

#c2db8f, answered

What color is #c2db8f?

#c2db8f is a light vivid green, closest to Pale Goldenrod (ΔE2000 9.3). It sits at 80° on the hue wheel with 51% saturation and 71% lightness, which reads as warm.

What is the RGB value of #c2db8f?

rgb(194, 219, 143) — 194 red, 219 green and 143 blue out of 255, or 76.1% / 85.9% / 56.1% by channel.

Is #c2db8f a light or a dark color?

It is a light color. Relative luminance is 0.6412 and perceived brightness is 80%, so black text on it reaches 13.82:1.

Should I use black or white text on #c2db8f?

Black. It scores 13.82:1 against #c2db8f, versus 1.52:1 for white — AAA at any size.

What is the complementary color of #c2db8f?

#A88FDB sits directly opposite on the wheel. Softer options are the split-complements #8F9CDB and #CE8FDB, which give the same contrast with far less vibration.

What colors go well with #c2db8f?

For interface work: #F8FAF4 as the surface, #DDEBC1 for borders, #819B4B for secondary text, #372D9F as an accent and #4B611F for hover and pressed states. For a palette, the analogous pair #DBCE8F and #9CDB8F stays calm, while #A88FDB is the loudest partner.

What is #c2db8f in CMYK for printing?

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

Is #c2db8f warm or cool?

Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBD88F; nudged cooler, #A6DD8E.

Work with #c2db8f in the Color Lab