#cbf273
a light, electric green · cool · closest name: khaki
RGB
203, 242, 115
HSL
78°, 83%, 70%
CMYK
16, 0, 53, 5
Luminance
0.7744
Every format
| HEX | #cbf273 |
| RGB | rgb(203, 242, 115) |
| HSL | hsl(78, 83%, 70%) |
| CMYK | cmyk(16%, 0%, 53%, 5%) |
| LAB | lab(90.5 -31.5 56.4) |
| LCH | lch(90.5 64.6 119.2) |
| OKLCH | oklch(0.907 0.160 123.7) |
Copy-ready code
/* CSS */
color: #cbf273;
background-color: #cbf273;
/* Tailwind (arbitrary) */
class="text-[#cbf273] bg-[#cbf273]"
/* SCSS */
$brand: #cbf273;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.451)
/* Android */
Color.parseColor("#cbf273")Accessibility — WCAG contrast
Aa
#cbf273 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf273 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue45.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow52.5%
Key (black)5.1%
Color previews
#cbf273 text on a black background
contrast 16.49:1
Card sample
#cbf273 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf273;
Background color
Panel with #cbf273 background
background-color: #cbf273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf273; background: linear-gradient(135deg, #cbf273, #76F273);