#cbf607
a balanced, electric green · cool · closest name: yellow
RGB
203, 246, 7
HSL
71°, 95%, 50%
CMYK
18, 0, 97, 4
Luminance
0.7862
Every format
| HEX | #cbf607 |
| RGB | rgb(203, 246, 7) |
| HSL | hsl(71, 95%, 50%) |
| CMYK | cmyk(18%, 0%, 97%, 4%) |
| LAB | lab(91.1 -38.3 87.8) |
| LCH | lch(91.1 95.8 113.6) |
| OKLCH | oklch(0.910 0.219 121.6) |
Copy-ready code
/* CSS */
color: #cbf607;
background-color: #cbf607;
/* Tailwind (arbitrary) */
class="text-[#cbf607] bg-[#cbf607]"
/* SCSS */
$brand: #cbf607;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.027)
/* Android */
Color.parseColor("#cbf607")Accessibility — WCAG contrast
Aa
#cbf607 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf607 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue2.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow97.2%
Key (black)3.5%
Color previews
#cbf607 text on a black background
contrast 16.72:1
Card sample
#cbf607 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf607;
Background color
Panel with #cbf607 background
background-color: #cbf607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf607; background: linear-gradient(135deg, #cbf607, #2CF607);