#cffc53
a light, electric green · cool · closest name: yellow
RGB
207, 252, 83
HSL
76°, 97%, 66%
CMYK
18, 0, 67, 1
Luminance
0.8351
Every format
| HEX | #cffc53 |
| RGB | rgb(207, 252, 83) |
| HSL | hsl(76, 97%, 66%) |
| CMYK | cmyk(18%, 0%, 67%, 1%) |
| LAB | lab(93.2 -37.0 72.7) |
| LCH | lch(93.2 81.6 117.0) |
| OKLCH | oklch(0.929 0.196 123.2) |
Copy-ready code
/* CSS */
color: #cffc53;
background-color: #cffc53;
/* Tailwind (arbitrary) */
class="text-[#cffc53] bg-[#cffc53]"
/* SCSS */
$brand: #cffc53;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.325)
/* Android */
Color.parseColor("#cffc53")Accessibility — WCAG contrast
Aa
#cffc53 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc53 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue32.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow67.1%
Key (black)1.2%
Color previews
#cffc53 text on a black background
contrast 17.70:1
Card sample
#cffc53 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc53;
Background color
Panel with #cffc53 background
background-color: #cffc53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc53; background: linear-gradient(135deg, #cffc53, #5EFC53);