#cffd4f
a light, electric green · cool · closest name: yellow
RGB
207, 253, 79
HSL
76°, 98%, 65%
CMYK
18, 0, 69, 1
Luminance
0.8408
Every format
| HEX | #cffd4f |
| RGB | rgb(207, 253, 79) |
| HSL | hsl(76, 98%, 65%) |
| CMYK | cmyk(18%, 0%, 69%, 1%) |
| LAB | lab(93.5 -37.7 74.4) |
| LCH | lch(93.5 83.4 116.8) |
| OKLCH | oklch(0.931 0.200 123.2) |
Copy-ready code
/* CSS */
color: #cffd4f;
background-color: #cffd4f;
/* Tailwind (arbitrary) */
class="text-[#cffd4f] bg-[#cffd4f]"
/* SCSS */
$brand: #cffd4f;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.310)
/* Android */
Color.parseColor("#cffd4f")Accessibility — WCAG contrast
Aa
#cffd4f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffd4f on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue31.0%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow68.8%
Key (black)0.8%
Color previews
#cffd4f text on a black background
contrast 17.82:1
Card sample
#cffd4f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffd4f;
Background color
Panel with #cffd4f background
background-color: #cffd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffd4f; background: linear-gradient(135deg, #cffd4f, #5BFD4F);