#caebdc
a pale, vivid green · cool · closest name: beige
RGB
202, 235, 220
HSL
153°, 45%, 86%
CMYK
14, 0, 6, 8
Luminance
0.7714
Every format
| HEX | #caebdc |
| RGB | rgb(202, 235, 220) |
| HSL | hsl(153, 45%, 86%) |
| CMYK | cmyk(14%, 0%, 6%, 8%) |
| LAB | lab(90.4 -13.6 3.7) |
| LCH | lch(90.4 14.1 164.9) |
| OKLCH | oklch(0.912 0.040 166.3) |
Copy-ready code
/* CSS */
color: #caebdc;
background-color: #caebdc;
/* Tailwind (arbitrary) */
class="text-[#caebdc] bg-[#caebdc]"
/* SCSS */
$brand: #caebdc;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#caebdc")Accessibility — WCAG contrast
Aa
#caebdc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caebdc on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue86.3%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow6.4%
Key (black)7.8%
Color previews
#caebdc text on a black background
contrast 16.43:1
Card sample
#caebdc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caebdc;
Background color
Panel with #caebdc background
background-color: #caebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caebdc; background: linear-gradient(135deg, #caebdc, #CAE4EB);