#ceedac
a light, vivid green · cool · closest name: khaki
RGB
206, 237, 172
HSL
89°, 64%, 80%
CMYK
13, 0, 27, 7
Luminance
0.7667
Every format
| HEX | #ceedac |
| RGB | rgb(206, 237, 172) |
| HSL | hsl(89, 64%, 80%) |
| CMYK | cmyk(13%, 0%, 27%, 7%) |
| LAB | lab(90.2 -21.3 28.3) |
| LCH | lch(90.2 35.4 127.0) |
| OKLCH | oklch(0.908 0.091 128.8) |
Copy-ready code
/* CSS */
color: #ceedac;
background-color: #ceedac;
/* Tailwind (arbitrary) */
class="text-[#ceedac] bg-[#ceedac]"
/* SCSS */
$brand: #ceedac;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 0.675)
/* Android */
Color.parseColor("#ceedac")Accessibility — WCAG contrast
Aa
#ceedac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedac on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue67.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow27.4%
Key (black)7.1%
Color previews
#ceedac text on a black background
contrast 16.33:1
Card sample
#ceedac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedac;
Background color
Panel with #ceedac background
background-color: #ceedac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedac; background: linear-gradient(135deg, #ceedac, #ACEDB5);