#caeceb
a pale, vivid cyan · cool · closest name: white
RGB
202, 236, 235
HSL
178°, 47%, 86%
CMYK
14, 0, 0, 8
Luminance
0.7855
Every format
| HEX | #caeceb |
| RGB | rgb(202, 236, 235) |
| HSL | hsl(178, 47%, 86%) |
| CMYK | cmyk(14%, 0%, 0%, 8%) |
| LAB | lab(91.0 -11.2 -3.2) |
| LCH | lch(91.0 11.7 196.1) |
| OKLCH | oklch(0.918 0.035 194.4) |
Copy-ready code
/* CSS */
color: #caeceb;
background-color: #caeceb;
/* Tailwind (arbitrary) */
class="text-[#caeceb] bg-[#caeceb]"
/* SCSS */
$brand: #caeceb;
/* SwiftUI */
Color(red: 0.792, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#caeceb")Accessibility — WCAG contrast
Aa
#caeceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeceb on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.5%
Blue92.2%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#caeceb text on a black background
contrast 16.71:1
Card sample
#caeceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeceb;
Background color
Panel with #caeceb background
background-color: #caeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeceb; background: linear-gradient(135deg, #caeceb, #CAD6EC);