#cffc09
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 9
HSL
71°, 98%, 51%
CMYK
18, 0, 96, 1
Luminance
0.8291
Every format
| HEX | #cffc09 |
| RGB | rgb(207, 252, 9) |
| HSL | hsl(71, 98%, 51%) |
| CMYK | cmyk(18%, 0%, 96%, 1%) |
| LAB | lab(93.0 -39.4 89.2) |
| LCH | lch(93.0 97.5 113.8) |
| OKLCH | oklch(0.926 0.223 121.9) |
Copy-ready code
/* CSS */
color: #cffc09;
background-color: #cffc09;
/* Tailwind (arbitrary) */
class="text-[#cffc09] bg-[#cffc09]"
/* SCSS */
$brand: #cffc09;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.035)
/* Android */
Color.parseColor("#cffc09")Accessibility — WCAG contrast
Aa
#cffc09 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc09 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue3.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow96.4%
Key (black)1.2%
Color previews
#cffc09 text on a black background
contrast 17.58:1
Card sample
#cffc09 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc09;
Background color
Panel with #cffc09 background
background-color: #cffc09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc09; background: linear-gradient(135deg, #cffc09, #2DFC09);