Skip to content

#c3fac8

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

RGB
195, 250, 200
HSL
126°, 85%, 87%
CMYK
22, 0, 20, 2
Luminance
0.8414

At a glance

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

Hex
#c3fac8
Hue
126°
green
Saturation
85%
electric
Lightness
87%
pale
Brightness
98%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8414
WCAG relative
Temperature
Cool
65/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.83:1
Closest name
Pale Green
ΔE2000 9.7
Where it sits
Hue126° of 360°
Saturation85%
Lightness87%
Temperature
Warm ← → Cool65% 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#c3fac8
RGBrgb(195, 250, 200)
HSLhsl(126, 85%, 87%)
CMYKcmyk(22%, 0%, 20%, 2%)
LABlab(93.5 -26.8 18.4)
LCHlch(93.5 32.5 145.5)
OKLCHoklch(0.934 0.087 147.2)
Decimal12843720
Display P3color(display-p3 0.765 0.980 0.784)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c3fac8 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#c3fac8 on black: 17.83:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FCF0C5
deuteranopia · #F2EACB
tritanopia · #BDF7EC

Color scale — 50 to 950

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

#F2FCF3
#E6FAE7
#c3fac8
#97F6A0
#64F271
#30EE41
#13E226
#10BC20
#0D9719
#0E6D16
#08440E
Base = 200Lightest = 50 · #F2FCF3Darkest = 950 · #08440E
:root {
  --brand-50: #F2FCF3;
  --brand-100: #E6FAE7;
  --brand-200: #c3fac8;
  --brand-300: #97F6A0;
  --brand-400: #64F271;
  --brand-500: #30EE41;
  --brand-600: #13E226;
  --brand-700: #10BC20;
  --brand-800: #0D9719;
  --brand-900: #0E6D16;
  --brand-950: #08440E;
  --brand: #c3fac8;
  --brand-ink: #000000;
}

Colors that work with #c3fac8

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#F4FAF5
Tinted page background
Border#C0EDC4
Hairlines and dividers
Muted text#4B9B52
Captions on the surface
Accent#A30DBF
Second voice, not a rival
Dark variant#0A7614
Hover, pressed, headers
Light variant#E7FDE9
Selected rows, tints
Dark surface#142415
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 #c3fac8

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#FAC3F5
Analogous left#DAFAC3
Analogous right#C3FAE4
Split-complement 1#E4C3FA
Split-complement 2#FAC3DA
Triadic 1#C8C3FA
Triadic 2#FAC8C3
Tetradic#C3DAFA

RGB percentages

Red76.5%
Green98.0%
Blue78.4%

CMYK percentages

Cyan22.0%
Magenta0.0%
Yellow20.0%
Key (black)2.0%

Color previews

#c3fac8 text on a black background

contrast 17.83:1

Card sample

#c3fac8 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c3fac8

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.

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

#c3fac8, answered

What color is #c3fac8?

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

What is the RGB value of #c3fac8?

rgb(195, 250, 200) — 195 red, 250 green and 200 blue out of 255, or 76.5% / 98% / 78.4% by channel.

Is #c3fac8 a light or a dark color?

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

Should I use black or white text on #c3fac8?

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

What is the complementary color of #c3fac8?

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

What colors go well with #c3fac8?

For interface work: #F4FAF5 as the surface, #C0EDC4 for borders, #4B9B52 for secondary text, #A30DBF as an accent and #0A7614 for hover and pressed states. For a palette, the analogous pair #DAFAC3 and #C3FAE4 stays calm, while #FAC3F5 is the loudest partner.

What is #c3fac8 in CMYK for printing?

cmyk(22%, 0%, 20%, 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 #c3fac8 warm or cool?

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

Work with #c3fac8 in the Color Lab