#cffb13
a balanced, electric green · cool · closest name: yellow
RGB
207, 251, 19
HSL
71°, 97%, 53%
CMYK
18, 0, 92, 2
Luminance
0.8231
Every format
| HEX | #cffb13 |
| RGB | rgb(207, 251, 19) |
| HSL | hsl(71, 97%, 53%) |
| CMYK | cmyk(18%, 0%, 92%, 2%) |
| LAB | lab(92.7 -38.8 88.1) |
| LCH | lch(92.7 96.3 113.8) |
| OKLCH | oklch(0.924 0.221 121.7) |
Copy-ready code
/* CSS */
color: #cffb13;
background-color: #cffb13;
/* Tailwind (arbitrary) */
class="text-[#cffb13] bg-[#cffb13]"
/* SCSS */
$brand: #cffb13;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#cffb13")Accessibility — WCAG contrast
Aa
#cffb13 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffb13 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue7.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#cffb13 text on a black background
contrast 17.46:1
Card sample
#cffb13 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffb13;
Background color
Panel with #cffb13 background
background-color: #cffb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffb13; background: linear-gradient(135deg, #cffb13, #34FB13);