#caf0df
a pale, vivid green · cool · closest name: beige
RGB
202, 240, 223
HSL
153°, 56%, 87%
CMYK
16, 0, 7, 6
Luminance
0.8020
Every format
| HEX | #caf0df |
| RGB | rgb(202, 240, 223) |
| HSL | hsl(153, 56%, 87%) |
| CMYK | cmyk(16%, 0%, 7%, 6%) |
| LAB | lab(91.8 -15.5 4.1) |
| LCH | lch(91.8 16.1 165.2) |
| OKLCH | oklch(0.923 0.046 166.5) |
Copy-ready code
/* CSS */
color: #caf0df;
background-color: #caf0df;
/* Tailwind (arbitrary) */
class="text-[#caf0df] bg-[#caf0df]"
/* SCSS */
$brand: #caf0df;
/* SwiftUI */
Color(red: 0.792, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#caf0df")Accessibility — WCAG contrast
Aa
#caf0df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf0df on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.1%
Blue87.5%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#caf0df text on a black background
contrast 17.04:1
Card sample
#caf0df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf0df;
Background color
Panel with #caf0df background
background-color: #caf0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf0df; background: linear-gradient(135deg, #caf0df, #CAE8F0);