#caf1df
a pale, vivid green · cool · closest name: beige
RGB
202, 241, 223
HSL
152°, 58%, 87%
CMYK
16, 0, 8, 6
Luminance
0.8079
Every format
| HEX | #caf1df |
| RGB | rgb(202, 241, 223) |
| HSL | hsl(152, 58%, 87%) |
| CMYK | cmyk(16%, 0%, 8%, 6%) |
| LAB | lab(92.0 -16.0 4.5) |
| LCH | lch(92.0 16.7 164.3) |
| OKLCH | oklch(0.925 0.047 165.7) |
Copy-ready code
/* CSS */
color: #caf1df;
background-color: #caf1df;
/* Tailwind (arbitrary) */
class="text-[#caf1df] bg-[#caf1df]"
/* SCSS */
$brand: #caf1df;
/* SwiftUI */
Color(red: 0.792, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#caf1df")Accessibility — WCAG contrast
Aa
#caf1df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf1df on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.5%
Blue87.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#caf1df text on a black background
contrast 17.16:1
Card sample
#caf1df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf1df;
Background color
Panel with #caf1df background
background-color: #caf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf1df; background: linear-gradient(135deg, #caf1df, #CAE9F1);