#c6df55
a balanced, vivid green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #c6df55 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #c6df55 |
| RGB | rgb(198, 223, 85) |
| HSL | hsl(71, 68%, 60%) |
| CMYK | cmyk(11%, 0%, 62%, 13%) |
| LAB | lab(84.7 -26.9 62.8) |
| LCH | lch(84.7 68.4 113.2) |
| OKLCH | oklch(0.859 0.164 118.7) |
| Decimal | 13033301 |
| Display P3 | color(display-p3 0.776 0.875 0.333) |
Copy-ready code
/* CSS */
color: #c6df55;
background-color: #c6df55;
/* Tailwind (arbitrary) */
class="text-[#c6df55] bg-[#c6df55]"
/* SCSS */
$brand: #c6df55;
/* SwiftUI */
Color(red: 0.776, green: 0.875, blue: 0.333)
/* Android */
Color.parseColor("#c6df55")
/* Flutter */
Color(0xFFC6DF55)
/* Python / OpenCV (BGR) */
(85, 223, 198)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #c6df55 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAFBF3;
--brand-100: #F5F8E8;
--brand-200: #EBF2CA;
--brand-300: #DFEDA1;
--brand-400: #CFE471;
--brand-500: #c6df55;
--brand-600: #B0CE27;
--brand-700: #92AC20;
--brand-800: #75891A;
--brand-900: #566417;
--brand-950: #363E0E;
--brand: #c6df55;
--brand-ink: #000000;
}Colors that work with #c6df55
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #c6df55
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #6E55DF | Directly opposite — maximum tension | |
| Analogous left | #DFB355 | Neighbour, quieter | |
| Analogous right | #81DF55 | Neighbour, quieter | |
| Split-complement 1 | #5581DF | Contrast without the clash | |
| Split-complement 2 | #B355DF | Contrast without the clash | |
| Triadic 1 | #55C6DF | Even thirds — balanced and loud | |
| Triadic 2 | #DF55C6 | Even thirds — balanced and loud | |
| Tetradic | #55DFB3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c6df55 text on a black background
contrast 14.09:1
#c6df55 text on a white background
contrast 1.49:1
CSS3 live lab
The quick brown fox
color: #c6df55;
background-color: #c6df55;
Glowing headline
text-shadow: 2px 2px 8px #c6df55;
Soft neon halo
text-shadow: 0 0 14px rgba(198, 223, 85, 0.45);
box-shadow: 0 12px 32px -8px rgba(198, 223, 85, 0.45);
border: 3px solid #c6df55; background: linear-gradient(135deg, #c6df55, #6ADF55);
Monochromatic scale
Palettes built from #c6df55
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.
Closest color with a full write-up: Spring Bud (#a7fc00) — ΔE2000 9.7 away, with its history, psychology and brand usage.
#c6df55 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#c6df55, answered
What color is #c6df55?
#c6df55 is a balanced vivid green, closest to Yellow Green (ΔE2000 7.1). It sits at 71° on the hue wheel with 68% saturation and 60% lightness, which reads as warm.
What is the RGB value of #c6df55?
rgb(198, 223, 85) — 198 red, 223 green and 85 blue out of 255, or 77.6% / 87.5% / 33.3% by channel.
Is #c6df55 a light or a dark color?
It is a light color. Relative luminance is 0.6544 and perceived brightness is 80%, so black text on it reaches 14.09:1.
Should I use black or white text on #c6df55?
Black. It scores 14.09:1 against #c6df55, versus 1.49:1 for white — AAA at any size.
What is the complementary color of #c6df55?
#6E55DF sits directly opposite on the wheel. Softer options are the split-complements #5581DF and #B355DF, which give the same contrast with far less vibration.
What colors go well with #c6df55?
For interface work: #F9FAF4 as the surface, #E4EDC0 for borders, #8C9B4B for secondary text, #515BE3 as an accent and #5B6B14 for hover and pressed states. For a palette, the analogous pair #DFB355 and #81DF55 stays calm, while #6E55DF is the loudest partner.
What is #c6df55 in CMYK for printing?
cmyk(11%, 0%, 62%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c6df55 warm or cool?
Warm — it scores 34 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFC555; nudged cooler, #93E153.