#cefd45
a balanced, electric green · cool · closest name: yellow
RGB
206, 253, 69
HSL
75°, 98%, 63%
CMYK
19, 0, 73, 1
Luminance
0.8380
Every format
| HEX | #cefd45 |
| RGB | rgb(206, 253, 69) |
| HSL | hsl(75, 98%, 63%) |
| CMYK | cmyk(19%, 0%, 73%, 1%) |
| LAB | lab(93.4 -38.6 77.7) |
| LCH | lch(93.4 86.7 116.4) |
| OKLCH | oklch(0.930 0.206 123.2) |
Copy-ready code
/* CSS */
color: #cefd45;
background-color: #cefd45;
/* Tailwind (arbitrary) */
class="text-[#cefd45] bg-[#cefd45]"
/* SCSS */
$brand: #cefd45;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.271)
/* Android */
Color.parseColor("#cefd45")Accessibility — WCAG contrast
Aa
#cefd45 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefd45 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue27.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow72.7%
Key (black)0.8%
Color previews
#cefd45 text on a black background
contrast 17.76:1
Card sample
#cefd45 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefd45;
Background color
Panel with #cefd45 background
background-color: #cefd45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefd45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefd45; background: linear-gradient(135deg, #cefd45, #53FD45);