#cbf545
a balanced, electric green · cool · closest name: yellow
RGB
203, 245, 69
HSL
74°, 90%, 62%
CMYK
17, 0, 72, 4
Luminance
0.7843
Every format
| HEX | #cbf545 |
| RGB | rgb(203, 245, 69) |
| HSL | hsl(74, 90%, 62%) |
| CMYK | cmyk(17%, 0%, 72%, 4%) |
| LAB | lab(91.0 -36.1 75.3) |
| LCH | lch(91.0 83.5 115.6) |
| OKLCH | oklch(0.910 0.198 122.3) |
Copy-ready code
/* CSS */
color: #cbf545;
background-color: #cbf545;
/* Tailwind (arbitrary) */
class="text-[#cbf545] bg-[#cbf545]"
/* SCSS */
$brand: #cbf545;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.271)
/* Android */
Color.parseColor("#cbf545")Accessibility — WCAG contrast
Aa
#cbf545 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf545 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue27.1%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow71.8%
Key (black)3.9%
Color previews
#cbf545 text on a black background
contrast 16.69:1
Card sample
#cbf545 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf545;
Background color
Panel with #cbf545 background
background-color: #cbf545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf545; background: linear-gradient(135deg, #cbf545, #56F545);