#caebda
a pale, vivid green · cool · closest name: beige
RGB
202, 235, 218
HSL
149°, 45%, 86%
CMYK
14, 0, 7, 8
Luminance
0.7704
Every format
| HEX | #caebda |
| RGB | rgb(202, 235, 218) |
| HSL | hsl(149, 45%, 86%) |
| CMYK | cmyk(14%, 0%, 7%, 8%) |
| LAB | lab(90.3 -14.0 4.6) |
| LCH | lch(90.3 14.7 161.7) |
| OKLCH | oklch(0.911 0.042 163.1) |
Copy-ready code
/* CSS */
color: #caebda;
background-color: #caebda;
/* Tailwind (arbitrary) */
class="text-[#caebda] bg-[#caebda]"
/* SCSS */
$brand: #caebda;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#caebda")Accessibility — WCAG contrast
Aa
#caebda on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caebda on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue85.5%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#caebda text on a black background
contrast 16.41:1
Card sample
#caebda text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caebda;
Background color
Panel with #caebda background
background-color: #caebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caebda; background: linear-gradient(135deg, #caebda, #CAE6EB);