#cdf368
a light, electric green · cool · closest name: khaki
RGB
205, 243, 104
HSL
76°, 85%, 68%
CMYK
16, 0, 57, 5
Luminance
0.7808
Every format
| HEX | #cdf368 |
| RGB | rgb(205, 243, 104) |
| HSL | hsl(76, 85%, 68%) |
| CMYK | cmyk(16%, 0%, 57%, 5%) |
| LAB | lab(90.8 -32.1 61.7) |
| LCH | lch(90.8 69.5 117.5) |
| OKLCH | oklch(0.910 0.170 122.6) |
Copy-ready code
/* CSS */
color: #cdf368;
background-color: #cdf368;
/* Tailwind (arbitrary) */
class="text-[#cdf368] bg-[#cdf368]"
/* SCSS */
$brand: #cdf368;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.408)
/* Android */
Color.parseColor("#cdf368")Accessibility — WCAG contrast
Aa
#cdf368 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf368 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue40.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow57.2%
Key (black)4.7%
Color previews
#cdf368 text on a black background
contrast 16.62:1
Card sample
#cdf368 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf368;
Background color
Panel with #cdf368 background
background-color: #cdf368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf368; background: linear-gradient(135deg, #cdf368, #70F368);