#cefe5f
a light, electric green · cool · closest name: yellow
RGB
206, 254, 95
HSL
78°, 99%, 68%
CMYK
19, 0, 63, 0
Luminance
0.8483
Every format
| HEX | #cefe5f |
| RGB | rgb(206, 254, 95) |
| HSL | hsl(78, 99%, 68%) |
| CMYK | cmyk(19%, 0%, 63%, 0%) |
| LAB | lab(93.8 -37.5 68.7) |
| LCH | lch(93.8 78.3 118.6) |
| OKLCH | oklch(0.934 0.191 124.3) |
Copy-ready code
/* CSS */
color: #cefe5f;
background-color: #cefe5f;
/* Tailwind (arbitrary) */
class="text-[#cefe5f] bg-[#cefe5f]"
/* SCSS */
$brand: #cefe5f;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.373)
/* Android */
Color.parseColor("#cefe5f")Accessibility — WCAG contrast
Aa
#cefe5f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefe5f on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue37.3%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow62.6%
Key (black)0.4%
Color previews
#cefe5f text on a black background
contrast 17.97:1
Card sample
#cefe5f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefe5f;
Background color
Panel with #cefe5f background
background-color: #cefe5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefe5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefe5f; background: linear-gradient(135deg, #cefe5f, #64FE5F);