#cdefac
a light, vivid green · cool · closest name: khaki
RGB
205, 239, 172
HSL
90°, 68%, 81%
CMYK
14, 0, 28, 6
Luminance
0.7769
Every format
| HEX | #cdefac |
| RGB | rgb(205, 239, 172) |
| HSL | hsl(90, 68%, 81%) |
| CMYK | cmyk(14%, 0%, 28%, 6%) |
| LAB | lab(90.6 -22.6 28.9) |
| LCH | lch(90.6 36.6 128.0) |
| OKLCH | oklch(0.911 0.095 130.0) |
Copy-ready code
/* CSS */
color: #cdefac;
background-color: #cdefac;
/* Tailwind (arbitrary) */
class="text-[#cdefac] bg-[#cdefac]"
/* SCSS */
$brand: #cdefac;
/* SwiftUI */
Color(red: 0.804, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#cdefac")Accessibility — WCAG contrast
Aa
#cdefac on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdefac on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.7%
Blue67.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#cdefac text on a black background
contrast 16.54:1
Card sample
#cdefac text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdefac;
Background color
Panel with #cdefac background
background-color: #cdefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdefac; background: linear-gradient(135deg, #cdefac, #ACEFB8);