#cdf167
a light, electric green · cool · closest name: khaki
RGB
205, 241, 103
HSL
76°, 83%, 68%
CMYK
15, 0, 57, 6
Luminance
0.7687
Every format
| HEX | #cdf167 |
| RGB | rgb(205, 241, 103) |
| HSL | hsl(76, 83%, 68%) |
| CMYK | cmyk(15%, 0%, 57%, 6%) |
| LAB | lab(90.3 -31.3 61.5) |
| LCH | lch(90.3 69.0 117.0) |
| OKLCH | oklch(0.905 0.169 122.1) |
Copy-ready code
/* CSS */
color: #cdf167;
background-color: #cdf167;
/* Tailwind (arbitrary) */
class="text-[#cdf167] bg-[#cdf167]"
/* SCSS */
$brand: #cdf167;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.404)
/* Android */
Color.parseColor("#cdf167")Accessibility — WCAG contrast
Aa
#cdf167 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf167 on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue40.4%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow57.3%
Key (black)5.5%
Color previews
#cdf167 text on a black background
contrast 16.37:1
Card sample
#cdf167 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf167;
Background color
Panel with #cdf167 background
background-color: #cdf167;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf167;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf167; background: linear-gradient(135deg, #cdf167, #71F167);