#cbf360
a light, electric green · cool · closest name: khaki
RGB
203, 243, 96
HSL
76°, 86%, 67%
CMYK
17, 0, 61, 5
Luminance
0.7764
Every format
| HEX | #cbf360 |
| RGB | rgb(203, 243, 96) |
| HSL | hsl(76, 86%, 67%) |
| CMYK | cmyk(17%, 0%, 61%, 5%) |
| LAB | lab(90.6 -33.5 64.8) |
| LCH | lch(90.6 73.0 117.4) |
| OKLCH | oklch(0.908 0.177 122.9) |
Copy-ready code
/* CSS */
color: #cbf360;
background-color: #cbf360;
/* Tailwind (arbitrary) */
class="text-[#cbf360] bg-[#cbf360]"
/* SCSS */
$brand: #cbf360;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#cbf360")Accessibility — WCAG contrast
Aa
#cbf360 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf360 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue37.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#cbf360 text on a black background
contrast 16.53:1
Card sample
#cbf360 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf360;
Background color
Panel with #cbf360 background
background-color: #cbf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf360; background: linear-gradient(135deg, #cbf360, #69F360);