#cbfd67
a light, electric green · cool · closest name: yellow
RGB
203, 253, 103
HSL
80°, 97%, 70%
CMYK
20, 0, 59, 1
Luminance
0.8393
Every format
| HEX | #cbfd67 |
| RGB | rgb(203, 253, 103) |
| HSL | hsl(80, 97%, 70%) |
| CMYK | cmyk(20%, 0%, 59%, 1%) |
| LAB | lab(93.4 -37.5 65.0) |
| LCH | lch(93.4 75.0 120.0) |
| OKLCH | oklch(0.930 0.184 125.4) |
Copy-ready code
/* CSS */
color: #cbfd67;
background-color: #cbfd67;
/* Tailwind (arbitrary) */
class="text-[#cbfd67] bg-[#cbfd67]"
/* SCSS */
$brand: #cbfd67;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.404)
/* Android */
Color.parseColor("#cbfd67")Accessibility — WCAG contrast
Aa
#cbfd67 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd67 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue40.4%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow59.3%
Key (black)0.8%
Color previews
#cbfd67 text on a black background
contrast 17.79:1
Card sample
#cbfd67 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd67;
Background color
Panel with #cbfd67 background
background-color: #cbfd67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd67; background: linear-gradient(135deg, #cbfd67, #67FD67);