#ceedaf
a light, vivid green · cool · closest name: khaki
RGB
206, 237, 175
HSL
90°, 63%, 81%
CMYK
13, 0, 26, 7
Luminance
0.7679
Every format
| HEX | #ceedaf |
| RGB | rgb(206, 237, 175) |
| HSL | hsl(90, 63%, 81%) |
| CMYK | cmyk(13%, 0%, 26%, 7%) |
| LAB | lab(90.2 -20.8 26.8) |
| LCH | lch(90.2 33.9 127.8) |
| OKLCH | oklch(0.908 0.088 129.6) |
Copy-ready code
/* CSS */
color: #ceedaf;
background-color: #ceedaf;
/* Tailwind (arbitrary) */
class="text-[#ceedaf] bg-[#ceedaf]"
/* SCSS */
$brand: #ceedaf;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#ceedaf")Accessibility — WCAG contrast
Aa
#ceedaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedaf on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#ceedaf text on a black background
contrast 16.36:1
Card sample
#ceedaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedaf;
Background color
Panel with #ceedaf background
background-color: #ceedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedaf; background: linear-gradient(135deg, #ceedaf, #AFEDB9);