Skip to content

#c3da7f

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

RGB
195, 218, 127
HSL
75°, 55%, 68%
CMYK
11, 0, 42, 15
Luminance
0.6328

At a glance

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

Hex
#c3da7f
Hue
75°
green
Saturation
55%
vivid
Lightness
68%
light
Brightness
85%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6328
WCAG relative
Temperature
Warm
38/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
13.66:1
Closest name
Yellow Green
ΔE2000 9.2
Where it sits
Hue75° of 360°
Saturation55%
Lightness68%
Temperature
Warm ← → Cool38% 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#c3da7f
RGBrgb(195, 218, 127)
HSLhsl(75, 55%, 68%)
CMYKcmyk(11%, 0%, 42%, 15%)
LABlab(83.6 -21.9 42.2)
LCHlch(83.6 47.5 117.4)
OKLCHoklch(0.851 0.119 120.6)
Decimal12835455
Display P3color(display-p3 0.765 0.855 0.498)

Copy-ready code

/* CSS */
color: #c3da7f;
background-color: #c3da7f;
/* Tailwind (arbitrary) */
class="text-[#c3da7f] bg-[#c3da7f]"
/* SCSS */
$brand: #c3da7f;
/* SwiftUI */
Color(red: 0.765, green: 0.855, blue: 0.498)
/* Android */
Color.parseColor("#c3da7f")
/* Flutter */
Color(0xFFC3DA7F)
/* Python / OpenCV (BGR) */
(127, 218, 195)

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

Accessibility — WCAG contrast

Aa
#c3da7f on white: 1.54:1
AA ✗ fail · AA-large · AAA
Aa
#c3da7f on black: 13.66:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4D178
deuteranopia · #E1D184
tritanopia · #CAD2C4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c3da7f 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
#E6EECE
#D6E6A8
#c3da7f
#ADCD51
#9CBE37
#829E2E
#687F25
#4D5C1E
#303A13
Base = 400Lightest = 50 · #F9FBF4Darkest = 950 · #303A13
:root {
  --brand-50: #F9FBF4;
  --brand-100: #F3F6E9;
  --brand-200: #E6EECE;
  --brand-300: #D6E6A8;
  --brand-400: #c3da7f;
  --brand-500: #ADCD51;
  --brand-600: #9CBE37;
  --brand-700: #829E2E;
  --brand-800: #687F25;
  --brand-900: #4D5C1E;
  --brand-950: #303A13;
  --brand: #c3da7f;
  --brand-ink: #000000;
}

Colors that work with #c3da7f

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#E1EDC0
Hairlines and dividers
Muted text#879B4B
Captions on the surface
Accent#7C7BDD
Second voice, not a rival
Dark variant#51631D
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 #c3da7f

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#967FDA
Analogous left#DAC37F
Analogous right#95DA7F
Split-complement 1#7F95DA
Split-complement 2#C37FDA
Triadic 1#7FC3DA
Triadic 2#DA7FC3
Tetradic#7FDAC3

RGB percentages

Red76.5%
Green85.5%
Blue49.8%

CMYK percentages

Cyan10.6%
Magenta0.0%
Yellow41.7%
Key (black)14.5%

Color previews

#c3da7f text on a black background

contrast 13.66:1

Card sample

#c3da7f text on a white background

contrast 1.54:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(195, 218, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 218, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3da7f;
background: linear-gradient(135deg, #c3da7f, #86DA7F);

Monochromatic scale

Palettes built from #c3da7f

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.

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

#c3da7f, answered

What color is #c3da7f?

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

What is the RGB value of #c3da7f?

rgb(195, 218, 127) — 195 red, 218 green and 127 blue out of 255, or 76.5% / 85.5% / 49.8% by channel.

Is #c3da7f a light or a dark color?

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

Should I use black or white text on #c3da7f?

Black. It scores 13.66:1 against #c3da7f, versus 1.54:1 for white — AAA at any size.

What is the complementary color of #c3da7f?

#967FDA sits directly opposite on the wheel. Softer options are the split-complements #7F95DA and #C37FDA, which give the same contrast with far less vibration.

What colors go well with #c3da7f?

For interface work: #F9FAF4 as the surface, #E1EDC0 for borders, #879B4B for secondary text, #7C7BDD as an accent and #51631D for hover and pressed states. For a palette, the analogous pair #DAC37F and #95DA7F stays calm, while #967FDA is the loudest partner.

What is #c3da7f in CMYK for printing?

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

Is #c3da7f warm or cool?

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

Work with #c3da7f in the Color Lab