Skip to content

#c4fac0

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

RGB
196, 250, 192
HSL
116°, 85%, 87%
CMYK
22, 0, 23, 2
Luminance
0.8391

At a glance

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

Hex
#c4fac0
Hue
116°
green
Saturation
85%
electric
Lightness
87%
pale
Brightness
98%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8391
WCAG relative
Temperature
Cool
61/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.78:1
Closest name
Pale Green
ΔE2000 8.3
Where it sits
Hue116° of 360°
Saturation85%
Lightness87%
Temperature
Warm ← → Cool61% cool

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

Every format

HEX#c4fac0
RGBrgb(196, 250, 192)
HSLhsl(116, 85%, 87%)
CMYKcmyk(22%, 0%, 23%, 2%)
LABlab(93.4 -27.8 22.4)
LCHlch(93.4 35.7 141.2)
OKLCHoklch(0.933 0.095 143.0)
Decimal12909248
Display P3color(display-p3 0.769 0.980 0.753)

Copy-ready code

/* CSS */
color: #c4fac0;
background-color: #c4fac0;
/* Tailwind (arbitrary) */
class="text-[#c4fac0] bg-[#c4fac0]"
/* SCSS */
$brand: #c4fac0;
/* SwiftUI */
Color(red: 0.769, green: 0.980, blue: 0.753)
/* Android */
Color.parseColor("#c4fac0")
/* Flutter */
Color(0xFFC4FAC0)
/* Python / OpenCV (BGR) */
(192, 250, 196)

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

Accessibility — WCAG contrast

Aa
#c4fac0 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#c4fac0 on black: 17.78:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDEFBD
deuteranopia · #F4EAC3
tritanopia · #C0F6EA

Color scale — 50 to 950

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

#F3FCF2
#E7FAE5
#c4fac0
#9EF797
#6DF363
#3CEF2F
#20E312
#1BBD0F
#16970C
#146D0D
#0C4408
Base = 200Lightest = 50 · #F3FCF2Darkest = 950 · #0C4408
:root {
  --brand-50: #F3FCF2;
  --brand-100: #E7FAE5;
  --brand-200: #c4fac0;
  --brand-300: #9EF797;
  --brand-400: #6DF363;
  --brand-500: #3CEF2F;
  --brand-600: #20E312;
  --brand-700: #1BBD0F;
  --brand-800: #16970C;
  --brand-900: #146D0D;
  --brand-950: #0C4408;
  --brand: #c4fac0;
  --brand-ink: #000000;
}

Colors that work with #c4fac0

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#F5FAF4
Tinted page background
Border#C3EDC0
Hairlines and dividers
Muted text#509B4B
Captions on the surface
Accent#870CC0
Second voice, not a rival
Dark variant#117609
Hover, pressed, headers
Light variant#E9FDE7
Selected rows, tints
Dark surface#152414
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 #c4fac0

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#F6C0FA
Analogous left#E1FAC0
Analogous right#C0FAD9
Split-complement 1#D9C0FA
Split-complement 2#FAC0E1
Triadic 1#C0C4FA
Triadic 2#FAC0C4
Tetradic#C0E1FA

RGB percentages

Red76.9%
Green98.0%
Blue75.3%

CMYK percentages

Cyan21.6%
Magenta0.0%
Yellow23.2%
Key (black)2.0%

Color previews

#c4fac0 text on a black background

contrast 17.78:1

Card sample

#c4fac0 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(196, 250, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 250, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fac0;
background: linear-gradient(135deg, #c4fac0, #C0FAE3);

Monochromatic scale

Palettes built from #c4fac0

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.

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

#c4fac0, answered

What color is #c4fac0?

#c4fac0 is a pale electric green, closest to Pale Green (ΔE2000 8.3). It sits at 116° on the hue wheel with 85% saturation and 87% lightness, which reads as cool.

What is the RGB value of #c4fac0?

rgb(196, 250, 192) — 196 red, 250 green and 192 blue out of 255, or 76.9% / 98% / 75.3% by channel.

Is #c4fac0 a light or a dark color?

It is a light color. Relative luminance is 0.8391 and perceived brightness is 90%, so black text on it reaches 17.78:1.

Should I use black or white text on #c4fac0?

Black. It scores 17.78:1 against #c4fac0, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #c4fac0?

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

What colors go well with #c4fac0?

For interface work: #F5FAF4 as the surface, #C3EDC0 for borders, #509B4B for secondary text, #870CC0 as an accent and #117609 for hover and pressed states. For a palette, the analogous pair #E1FAC0 and #C0FAD9 stays calm, while #F6C0FA is the loudest partner.

What is #c4fac0 in CMYK for printing?

cmyk(22%, 0%, 23%, 2%). 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 #c4fac0 warm or cool?

Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D9FAC0; nudged cooler, #BFFBD1.

Work with #c4fac0 in the Color Lab