#cdfb67
a light, electric green · cool · closest name: khaki
RGB
205, 251, 103
HSL
79°, 95%, 69%
CMYK
18, 0, 59, 2
Luminance
0.8295
Every format
| HEX | #cdfb67 |
| RGB | rgb(205, 251, 103) |
| HSL | hsl(79, 95%, 69%) |
| CMYK | cmyk(18%, 0%, 59%, 2%) |
| LAB | lab(93.0 -35.9 64.5) |
| LCH | lch(93.0 73.8 119.1) |
| OKLCH | oklch(0.927 0.181 124.4) |
Copy-ready code
/* CSS */
color: #cdfb67;
background-color: #cdfb67;
/* Tailwind (arbitrary) */
class="text-[#cdfb67] bg-[#cdfb67]"
/* SCSS */
$brand: #cdfb67;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.404)
/* Android */
Color.parseColor("#cdfb67")Accessibility — WCAG contrast
Aa
#cdfb67 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb67 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue40.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow59.0%
Key (black)1.6%
Color previews
#cdfb67 text on a black background
contrast 17.59:1
Card sample
#cdfb67 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb67;
Background color
Panel with #cdfb67 background
background-color: #cdfb67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb67; background: linear-gradient(135deg, #cdfb67, #6AFB67);