#caeddf
a pale, vivid green · cool · closest name: beige
RGB
202, 237, 223
HSL
156°, 49%, 86%
CMYK
15, 0, 6, 7
Luminance
0.7845
Every format
| HEX | #caeddf |
| RGB | rgb(202, 237, 223) |
| HSL | hsl(156, 49%, 86%) |
| CMYK | cmyk(15%, 0%, 6%, 7%) |
| LAB | lab(91.0 -14.1 3.0) |
| LCH | lch(91.0 14.4 168.1) |
| OKLCH | oklch(0.917 0.041 169.3) |
Copy-ready code
/* CSS */
color: #caeddf;
background-color: #caeddf;
/* Tailwind (arbitrary) */
class="text-[#caeddf] bg-[#caeddf]"
/* SCSS */
$brand: #caeddf;
/* SwiftUI */
Color(red: 0.792, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#caeddf")Accessibility — WCAG contrast
Aa
#caeddf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeddf on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#caeddf text on a black background
contrast 16.69:1
Card sample
#caeddf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeddf;
Background color
Panel with #caeddf background
background-color: #caeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeddf; background: linear-gradient(135deg, #caeddf, #CAE4ED);