Skip to content

#c6eb7b

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

RGB
198, 235, 123
HSL
80°, 74%, 70%
CMYK
16, 0, 48, 8
Luminance
0.7285

At a glance

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

Hex
#c6eb7b
Hue
80°
green
Saturation
74%
vivid
Lightness
70%
light
Brightness
92%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7285
WCAG relative
Temperature
Warm
42/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
15.57:1
Closest name
Green Yellow
ΔE2000 9.1
Where it sits
Hue80° of 360°
Saturation74%
Lightness70%
Temperature
Warm ← → Cool42% 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#c6eb7b
RGBrgb(198, 235, 123)
HSLhsl(80, 74%, 70%)
CMYKcmyk(16%, 0%, 48%, 8%)
LABlab(88.4 -29.3 50.1)
LCHlch(88.4 58.0 120.3)
OKLCHoklch(0.890 0.145 124.3)
Decimal13036411
Display P3color(display-p3 0.776 0.922 0.482)

Copy-ready code

/* CSS */
color: #c6eb7b;
background-color: #c6eb7b;
/* Tailwind (arbitrary) */
class="text-[#c6eb7b] bg-[#c6eb7b]"
/* SCSS */
$brand: #c6eb7b;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.482)
/* Android */
Color.parseColor("#c6eb7b")
/* Flutter */
Color(0xFFC6EB7B)
/* Python / OpenCV (BGR) */
(123, 235, 198)

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

Accessibility — WCAG contrast

Aa
#c6eb7b on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#c6eb7b on black: 15.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6DF71
deuteranopia · #F1DD81
tritanopia · #CDE2D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c6eb7b 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
#F3F8E7
#E5F3C8
#D5F09E
#c6eb7b
#ABE13C
#99D520
#80B11B
#668E15
#4B6714
#2F400C
Base = 400Lightest = 50 · #F9FCF3Darkest = 950 · #2F400C
:root {
  --brand-50: #F9FCF3;
  --brand-100: #F3F8E7;
  --brand-200: #E5F3C8;
  --brand-300: #D5F09E;
  --brand-400: #c6eb7b;
  --brand-500: #ABE13C;
  --brand-600: #99D520;
  --brand-700: #80B11B;
  --brand-800: #668E15;
  --brand-900: #4B6714;
  --brand-950: #2F400C;
  --brand: #c6eb7b;
  --brand-ink: #000000;
}

Colors that work with #c6eb7b

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#809B4B
Captions on the surface
Accent#8178EE
Second voice, not a rival
Dark variant#506F11
Hover, pressed, headers
Light variant#F5FCE9
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 #c6eb7b

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#A07BEB
Analogous left#EBD87B
Analogous right#8EEB7B
Split-complement 1#7B8EEB
Split-complement 2#D87BEB
Triadic 1#7BC6EB
Triadic 2#EB7BC6
Tetradic#7BEBD8

RGB percentages

Red77.6%
Green92.2%
Blue48.2%

CMYK percentages

Cyan15.7%
Magenta0.0%
Yellow47.7%
Key (black)7.8%

Color previews

#c6eb7b text on a black background

contrast 15.57:1

Card sample

#c6eb7b text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(198, 235, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6eb7b;
background: linear-gradient(135deg, #c6eb7b, #7BEB7B);

Monochromatic scale

Palettes built from #c6eb7b

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.

#c6eb7b 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

Converts to four-color process without much drama. Proof it anyway.

#c6eb7b, answered

What color is #c6eb7b?

#c6eb7b is a light vivid green, closest to Green Yellow (ΔE2000 9.1). It sits at 80° on the hue wheel with 74% saturation and 70% lightness, which reads as warm.

What is the RGB value of #c6eb7b?

rgb(198, 235, 123) — 198 red, 235 green and 123 blue out of 255, or 77.6% / 92.2% / 48.2% by channel.

Is #c6eb7b a light or a dark color?

It is a light color. Relative luminance is 0.7285 and perceived brightness is 84%, so black text on it reaches 15.57:1.

Should I use black or white text on #c6eb7b?

Black. It scores 15.57:1 against #c6eb7b, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #c6eb7b?

#A07BEB sits directly opposite on the wheel. Softer options are the split-complements #7B8EEB and #D87BEB, which give the same contrast with far less vibration.

What colors go well with #c6eb7b?

For interface work: #F8FAF4 as the surface, #DEEDC0 for borders, #809B4B for secondary text, #8178EE as an accent and #506F11 for hover and pressed states. For a palette, the analogous pair #EBD87B and #8EEB7B stays calm, while #A07BEB is the loudest partner.

What is #c6eb7b in CMYK for printing?

cmyk(16%, 0%, 48%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #c6eb7b warm or cool?

Warm — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EBE77B; nudged cooler, #9CED79.

Work with #c6eb7b in the Color Lab