Skip to content

#c2db7f

a light, vivid green · warm · closest name: Yellow Green

RGB
194, 219, 127
HSL
76°, 56%, 68%
CMYK
11, 0, 42, 14
Luminance
0.6366

At a glance

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

Hex
#c2db7f
Hue
76°
green
Saturation
56%
vivid
Lightness
68%
light
Brightness
86%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6366
WCAG relative
Temperature
Warm
39/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
13.73:1
Closest name
Yellow Green
ΔE2000 9.1
Where it sits
Hue76° of 360°
Saturation56%
Lightness68%
Temperature
Warm ← → Cool39% 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#c2db7f
RGBrgb(194, 219, 127)
HSLhsl(76, 56%, 68%)
CMYKcmyk(11%, 0%, 42%, 14%)
LABlab(83.8 -22.8 42.4)
LCHlch(83.8 48.1 118.2)
OKLCHoklch(0.852 0.121 121.4)
Decimal12770175
Display P3color(display-p3 0.761 0.859 0.498)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2db7f on white: 1.53:1
AA ✗ fail · AA-large · AAA
Aa
#c2db7f on black: 13.73:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5D178
deuteranopia · #E2D184
tritanopia · #C9D3C5

Color scale — 50 to 950

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

#F9FBF4
#F3F6E9
#E5EECD
#D5E6A7
#c2db7f
#ACCE50
#9ABF36
#809F2D
#677F24
#4C5D1E
#2F3A13
Base = 400Lightest = 50 · #F9FBF4Darkest = 950 · #2F3A13
:root {
  --brand-50: #F9FBF4;
  --brand-100: #F3F6E9;
  --brand-200: #E5EECD;
  --brand-300: #D5E6A7;
  --brand-400: #c2db7f;
  --brand-500: #ACCE50;
  --brand-600: #9ABF36;
  --brand-700: #809F2D;
  --brand-800: #677F24;
  --brand-900: #4C5D1E;
  --brand-950: #2F3A13;
  --brand: #c2db7f;
  --brand-ink: #000000;
}

Colors that work with #c2db7f

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#F9FAF4
Tinted page background
Border#E0EDC0
Hairlines and dividers
Muted text#859B4B
Captions on the surface
Accent#7E7CDE
Second voice, not a rival
Dark variant#50641C
Hover, pressed, headers
Light variant#F6F9EB
Selected rows, tints
Dark surface#202414
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 #c2db7f

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#987FDB
Analogous left#DBC67F
Analogous right#94DB7F
Split-complement 1#7F94DB
Split-complement 2#C67FDB
Triadic 1#7FC2DB
Triadic 2#DB7FC2
Tetradic#7FDBC6

RGB percentages

Red76.1%
Green85.9%
Blue49.8%

CMYK percentages

Cyan11.4%
Magenta0.0%
Yellow42.0%
Key (black)14.1%

Color previews

#c2db7f text on a black background

contrast 13.73:1

Card sample

#c2db7f text on a white background

contrast 1.53:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2db7f

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.

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

#c2db7f, answered

What color is #c2db7f?

#c2db7f is a light vivid green, closest to Yellow Green (ΔE2000 9.1). It sits at 76° on the hue wheel with 56% saturation and 68% lightness, which reads as warm.

What is the RGB value of #c2db7f?

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

Is #c2db7f a light or a dark color?

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

Should I use black or white text on #c2db7f?

Black. It scores 13.73:1 against #c2db7f, versus 1.53:1 for white — AAA at any size.

What is the complementary color of #c2db7f?

#987FDB sits directly opposite on the wheel. Softer options are the split-complements #7F94DB and #C67FDB, which give the same contrast with far less vibration.

What colors go well with #c2db7f?

For interface work: #F9FAF4 as the surface, #E0EDC0 for borders, #859B4B for secondary text, #7E7CDE as an accent and #50641C for hover and pressed states. For a palette, the analogous pair #DBC67F and #94DB7F stays calm, while #987FDB is the loudest partner.

What is #c2db7f in CMYK for printing?

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

Is #c2db7f warm or cool?

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

Work with #c2db7f in the Color Lab