#cdef96
a light, vivid green · cool · closest name: khaki
RGB
205, 239, 150
HSL
83°, 74%, 76%
CMYK
14, 0, 37, 6
Luminance
0.7691
Every format
| HEX | #cdef96 |
| RGB | rgb(205, 239, 150) |
| HSL | hsl(83, 74%, 76%) |
| CMYK | cmyk(14%, 0%, 37%, 6%) |
| LAB | lab(90.3 -25.5 39.5) |
| LCH | lch(90.3 47.0 122.9) |
| OKLCH | oklch(0.907 0.120 125.7) |
Copy-ready code
/* CSS */
color: #cdef96;
background-color: #cdef96;
/* Tailwind (arbitrary) */
class="text-[#cdef96] bg-[#cdef96]"
/* SCSS */
$brand: #cdef96;
/* SwiftUI */
Color(red: 0.804, green: 0.937, blue: 0.588)
/* Android */
Color.parseColor("#cdef96")Accessibility — WCAG contrast
Aa
#cdef96 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdef96 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.7%
Blue58.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow37.2%
Key (black)6.3%
Color previews
#cdef96 text on a black background
contrast 16.38:1
Card sample
#cdef96 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdef96;
Background color
Panel with #cdef96 background
background-color: #cdef96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdef96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 239, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 239, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdef96; background: linear-gradient(135deg, #cdef96, #96EF9A);