#ccff69
a light, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #ccff69 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 | #ccff69 |
| RGB | rgb(204, 255, 105) |
| HSL | hsl(80, 100%, 71%) |
| CMYK | cmyk(20%, 0%, 59%, 0%) |
| LAB | lab(94.0 -37.9 64.8) |
| LCH | lch(94.0 75.1 120.3) |
| OKLCH | oklch(0.936 0.185 125.6) |
| Decimal | 13434729 |
| Display P3 | color(display-p3 0.800 1.000 0.412) |
Copy-ready code
/* CSS */
color: #ccff69;
background-color: #ccff69;
/* Tailwind (arbitrary) */
class="text-[#ccff69] bg-[#ccff69]"
/* SCSS */
$brand: #ccff69;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#ccff69")
/* Flutter */
Color(0xFFCCFF69)
/* Python / OpenCV (BGR) */
(105, 255, 204)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. #ccff69 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.
:root {
--brand-50: #F9FEF1;
--brand-100: #F4FCE3;
--brand-200: #E7FCC0;
--brand-300: #D9FF8F;
--brand-400: #ccff69;
--brand-500: #B3FF1F;
--brand-600: #A2F500;
--brand-700: #87CC00;
--brand-800: #6CA300;
--brand-900: #4F7605;
--brand-950: #324903;
--brand: #ccff69;
--brand-ink: #000000;
}Colors that work with #ccff69
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 #ccff69
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
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠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 | #9C69FF | Directly opposite — maximum tension | |
| Analogous left | #FFE769 | Neighbour, quieter | |
| Analogous right | #81FF69 | Neighbour, quieter | |
| Split-complement 1 | #6981FF | Contrast without the clash | |
| Split-complement 2 | #E769FF | Contrast without the clash | |
| Triadic 1 | #69CCFF | Even thirds — balanced and loud | |
| Triadic 2 | #FF69CC | Even thirds — balanced and loud | |
| Tetradic | #69FFE7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ccff69 text on a black background
contrast 18.08:1
#ccff69 text on a white background
contrast 1.16:1
CSS3 live lab
The quick brown fox
color: #ccff69;
background-color: #ccff69;
Glowing headline
text-shadow: 2px 2px 8px #ccff69;
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 105, 0.45);
box-shadow: 0 12px 32px -8px rgba(204, 255, 105, 0.45);
border: 3px solid #ccff69; background: linear-gradient(135deg, #ccff69, #69FF6A);
Monochromatic scale
Palettes built from #ccff69
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 6 away, with its history, psychology and brand usage.
#ccff69 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#ccff69, answered
What color is #ccff69?
#ccff69 is a light electric green, closest to Green Yellow (ΔE2000 4.9). It sits at 80° on the hue wheel with 100% saturation and 71% lightness, which reads as warm.
What is the RGB value of #ccff69?
rgb(204, 255, 105) — 204 red, 255 green and 105 blue out of 255, or 80% / 100% / 41.2% by channel.
Is #ccff69 a light or a dark color?
It is a light color. Relative luminance is 0.8538 and perceived brightness is 89%, so black text on it reaches 18.08:1.
Should I use black or white text on #ccff69?
Black. It scores 18.08:1 against #ccff69, versus 1.16:1 for white — AAA at any size.
What is the complementary color of #ccff69?
#9C69FF sits directly opposite on the wheel. Softer options are the split-complements #6981FF and #E769FF, which give the same contrast with far less vibration.
What colors go well with #ccff69?
For interface work: #F8FAF4 as the surface, #DDEDC0 for borders, #809B4B for secondary text, #7769FF as an accent and #548000 for hover and pressed states. For a palette, the analogous pair #FFE769 and #81FF69 stays calm, while #9C69FF is the loudest partner.
What is #ccff69 in CMYK for printing?
cmyk(20%, 0%, 59%, 0%). 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 #ccff69 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 #FFFB69; nudged cooler, #95FF69.