Skip to content

#c2faa2

a light, electric green · neutral · closest name: Pale Green

RGB
194, 250, 162
HSL
98°, 90%, 81%
CMYK
22, 0, 35, 2
Luminance
0.8245

At a glance

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

Hex
#c2faa2
Hue
98°
green
Saturation
90%
electric
Lightness
81%
light
Brightness
98%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8245
WCAG relative
Temperature
Neutral
53/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.49:1
Closest name
Pale Green
ΔE2000 5.7
Where it sits
Hue98° of 360°
Saturation90%
Lightness81%
Temperature
Warm ← → Cool53% cool

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

Every format

HEX#c2faa2
RGBrgb(194, 250, 162)
HSLhsl(98, 90%, 81%)
CMYKcmyk(22%, 0%, 35%, 2%)
LABlab(92.8 -33.0 36.6)
LCHlch(92.8 49.3 132.0)
OKLCHoklch(0.926 0.128 134.7)
Decimal12778146
Display P3color(display-p3 0.761 0.980 0.635)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2faa2 on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#c2faa2 on black: 17.49:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFED9C
deuteranopia · #F8E9A7
tritanopia · #C2F4E4

Color scale — 50 to 950

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

#F6FDF2
#EDFBE5
#D7F8C3
#c2faa2
#96F65F
#73F42A
#5CE80C
#4DC20A
#3E9B08
#2F700B
#1E4607
Base = 300Lightest = 50 · #F6FDF2Darkest = 950 · #1E4607
:root {
  --brand-50: #F6FDF2;
  --brand-100: #EDFBE5;
  --brand-200: #D7F8C3;
  --brand-300: #c2faa2;
  --brand-400: #96F65F;
  --brand-500: #73F42A;
  --brand-600: #5CE80C;
  --brand-700: #4DC20A;
  --brand-800: #3E9B08;
  --brand-900: #2F700B;
  --brand-950: #1E4607;
  --brand: #c2faa2;
  --brand-ink: #000000;
}

Colors that work with #c2faa2

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#F7FAF4
Tinted page background
Border#D0EDC0
Hairlines and dividers
Muted text#689B4B
Captions on the surface
Accent#5106C6
Second voice, not a rival
Dark variant#307907
Hover, pressed, headers
Light variant#EFFEE7
Selected rows, tints
Dark surface#1A2414
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 #c2faa2

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#DAA2FA
Analogous left#EEFAA2
Analogous right#A2FAAE
Split-complement 1#AEA2FA
Split-complement 2#FAA2EE
Triadic 1#A2C2FA
Triadic 2#FAA2C2
Tetradic#A2EEFA

RGB percentages

Red76.1%
Green98.0%
Blue63.5%

CMYK percentages

Cyan22.4%
Magenta0.0%
Yellow35.2%
Key (black)2.0%

Color previews

#c2faa2 text on a black background

contrast 17.49:1

Card sample

#c2faa2 text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2faa2

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.

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

#c2faa2, answered

What color is #c2faa2?

#c2faa2 is a light electric green, closest to Pale Green (ΔE2000 5.7). It sits at 98° on the hue wheel with 90% saturation and 81% lightness, which reads as neutral.

What is the RGB value of #c2faa2?

rgb(194, 250, 162) — 194 red, 250 green and 162 blue out of 255, or 76.1% / 98% / 63.5% by channel.

Is #c2faa2 a light or a dark color?

It is a light color. Relative luminance is 0.8245 and perceived brightness is 89%, so black text on it reaches 17.49:1.

Should I use black or white text on #c2faa2?

Black. It scores 17.49:1 against #c2faa2, versus 1.20:1 for white — AAA at any size.

What is the complementary color of #c2faa2?

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

What colors go well with #c2faa2?

For interface work: #F7FAF4 as the surface, #D0EDC0 for borders, #689B4B for secondary text, #5106C6 as an accent and #307907 for hover and pressed states. For a palette, the analogous pair #EEFAA2 and #A2FAAE stays calm, while #DAA2FA is the loudest partner.

What is #c2faa2 in CMYK for printing?

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

Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E2FAA2; nudged cooler, #A1FBA1.

Work with #c2faa2 in the Color Lab