Skip to content

#c2f86f

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

RGB
194, 248, 111
HSL
84°, 91%, 70%
CMYK
22, 0, 55, 3
Luminance
0.7975

At a glance

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

Hex
#c2f86f
Hue
84°
green
Saturation
91%
electric
Lightness
70%
light
Brightness
97%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7975
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.95:1
Closest name
Green Yellow
ΔE2000 5.6
Where it sits
Hue84° of 360°
Saturation91%
Lightness70%
Temperature
Warm ← → Cool45% 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#c2f86f
RGBrgb(194, 248, 111)
HSLhsl(84, 91%, 70%)
CMYKcmyk(22%, 0%, 55%, 3%)
LABlab(91.6 -37.9 59.3)
LCHlch(91.6 70.4 122.6)
OKLCHoklch(0.914 0.175 127.5)
Decimal12777583
Display P3color(display-p3 0.761 0.973 0.435)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2f86f on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#c2f86f on black: 16.95:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFE961
deuteranopia · #FCE678
tritanopia · #C8EEDA

Color scale — 50 to 950

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

#F9FDF2
#F2FBE5
#E4F9C3
#D2FA94
#c2f86f
#A5F529
#92E90B
#7AC309
#619C08
#48700A
#2D4606
Base = 400Lightest = 50 · #F9FDF2Darkest = 950 · #2D4606
:root {
  --brand-50: #F9FDF2;
  --brand-100: #F2FBE5;
  --brand-200: #E4F9C3;
  --brand-300: #D2FA94;
  --brand-400: #c2f86f;
  --brand-500: #A5F529;
  --brand-600: #92E90B;
  --brand-700: #7AC309;
  --brand-800: #619C08;
  --brand-900: #48700A;
  --brand-950: #2D4606;
  --brand: #c2f86f;
  --brand-ink: #000000;
}

Colors that work with #c2f86f

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#F8FAF4
Tinted page background
Border#DBEDC0
Hairlines and dividers
Muted text#7B9B4B
Captions on the surface
Accent#816CFB
Second voice, not a rival
Dark variant#4C7A06
Hover, pressed, headers
Light variant#F5FEE7
Selected rows, tints
Dark surface#1E2414
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 #c2f86f

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#A56FF8
Analogous left#F8E96F
Analogous right#7EF86F
Split-complement 1#6F7EF8
Split-complement 2#E96FF8
Triadic 1#6FC2F8
Triadic 2#F86FC2
Tetradic#6FF8E9

RGB percentages

Red76.1%
Green97.3%
Blue43.5%

CMYK percentages

Cyan21.8%
Magenta0.0%
Yellow55.2%
Key (black)2.7%

Color previews

#c2f86f text on a black background

contrast 16.95:1

Card sample

#c2f86f text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(194, 248, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 248, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f86f;
background: linear-gradient(135deg, #c2f86f, #6FF877);

Monochromatic scale

Palettes built from #c2f86f

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.

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

#c2f86f, answered

What color is #c2f86f?

#c2f86f is a light electric green, closest to Green Yellow (ΔE2000 5.6). It sits at 84° on the hue wheel with 91% saturation and 70% lightness, which reads as neutral.

What is the RGB value of #c2f86f?

rgb(194, 248, 111) — 194 red, 248 green and 111 blue out of 255, or 76.1% / 97.3% / 43.5% by channel.

Is #c2f86f a light or a dark color?

It is a light color. Relative luminance is 0.7975 and perceived brightness is 87%, so black text on it reaches 16.95:1.

Should I use black or white text on #c2f86f?

Black. It scores 16.95:1 against #c2f86f, versus 1.24:1 for white — AAA at any size.

What is the complementary color of #c2f86f?

#A56FF8 sits directly opposite on the wheel. Softer options are the split-complements #6F7EF8 and #E96FF8, which give the same contrast with far less vibration.

What colors go well with #c2f86f?

For interface work: #F8FAF4 as the surface, #DBEDC0 for borders, #7B9B4B for secondary text, #816CFB as an accent and #4C7A06 for hover and pressed states. For a palette, the analogous pair #F8E96F and #7EF86F stays calm, while #A56FF8 is the loudest partner.

What is #c2f86f in CMYK for printing?

cmyk(22%, 0%, 55%, 3%). 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 #c2f86f warm or cool?

Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F4F86F; nudged cooler, #8FF96E.

Work with #c2f86f in the Color Lab