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