Skip to content

#c2eb6e

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

RGB
194, 235, 110
HSL
80°, 76%, 68%
CMYK
17, 0, 53, 8
Luminance
0.7201

At a glance

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

Hex
#c2eb6e
Hue
80°
green
Saturation
76%
electric
Lightness
68%
light
Brightness
92%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7201
WCAG relative
Temperature
Warm
41/100 cool
Color family
Green
Tone
Electric
Best ink
Black
15.40:1
Closest name
Green Yellow
ΔE2000 7.7
Where it sits
Hue80° of 360°
Saturation76%
Lightness68%
Temperature
Warm ← → Cool41% 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#c2eb6e
RGBrgb(194, 235, 110)
HSLhsl(80, 76%, 68%)
CMYKcmyk(17%, 0%, 53%, 8%)
LABlab(88.0 -32.1 55.6)
LCHlch(88.0 64.2 120.0)
OKLCHoklch(0.885 0.159 124.7)
Decimal12774254
Display P3color(display-p3 0.761 0.922 0.431)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2eb6e on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#c2eb6e on black: 15.40:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6DE62
deuteranopia · #F1DC76
tritanopia · #C9E1CF

Color scale — 50 to 950

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

#F9FCF3
#F3F9E7
#E5F4C8
#D5F19C
#c2eb6e
#ACE43A
#9AD71E
#81B319
#678F14
#4C6813
#2F410C
Base = 400Lightest = 50 · #F9FCF3Darkest = 950 · #2F410C
:root {
  --brand-50: #F9FCF3;
  --brand-100: #F3F9E7;
  --brand-200: #E5F4C8;
  --brand-300: #D5F19C;
  --brand-400: #c2eb6e;
  --brand-500: #ACE43A;
  --brand-600: #9AD71E;
  --brand-700: #81B319;
  --brand-800: #678F14;
  --brand-900: #4C6813;
  --brand-950: #2F410C;
  --brand: #c2eb6e;
  --brand-ink: #000000;
}

Colors that work with #c2eb6e

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#DEEDC0
Hairlines and dividers
Muted text#819B4B
Captions on the surface
Accent#756AEE
Second voice, not a rival
Dark variant#50700F
Hover, pressed, headers
Light variant#F6FCE9
Selected rows, tints
Dark surface#1F2414
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 #c2eb6e

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#976EEB
Analogous left#EBD66E
Analogous right#83EB6E
Split-complement 1#6E83EB
Split-complement 2#D66EEB
Triadic 1#6EC2EB
Triadic 2#EB6EC2
Tetradic#6EEBD6

RGB percentages

Red76.1%
Green92.2%
Blue43.1%

CMYK percentages

Cyan17.4%
Magenta0.0%
Yellow53.2%
Key (black)7.8%

Color previews

#c2eb6e text on a black background

contrast 15.40:1

Card sample

#c2eb6e text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2eb6e

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.

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

#c2eb6e, answered

What color is #c2eb6e?

#c2eb6e is a light electric green, closest to Green Yellow (ΔE2000 7.7). It sits at 80° on the hue wheel with 76% saturation and 68% lightness, which reads as warm.

What is the RGB value of #c2eb6e?

rgb(194, 235, 110) — 194 red, 235 green and 110 blue out of 255, or 76.1% / 92.2% / 43.1% by channel.

Is #c2eb6e a light or a dark color?

It is a light color. Relative luminance is 0.7201 and perceived brightness is 83%, so black text on it reaches 15.40:1.

Should I use black or white text on #c2eb6e?

Black. It scores 15.40:1 against #c2eb6e, versus 1.36:1 for white — AAA at any size.

What is the complementary color of #c2eb6e?

#976EEB sits directly opposite on the wheel. Softer options are the split-complements #6E83EB and #D66EEB, which give the same contrast with far less vibration.

What colors go well with #c2eb6e?

For interface work: #F8FAF4 as the surface, #DEEDC0 for borders, #819B4B for secondary text, #756AEE as an accent and #50700F for hover and pressed states. For a palette, the analogous pair #EBD66E and #83EB6E stays calm, while #976EEB is the loudest partner.

What is #c2eb6e in CMYK for printing?

cmyk(17%, 0%, 53%, 8%). 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 #c2eb6e warm or cool?

Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EBE66E; nudged cooler, #93ED6C.

Work with #c2eb6e in the Color Lab