#caf5df
a pale, vivid green · cool · closest name: beige
RGB
202, 245, 223
HSL
149°, 68%, 88%
CMYK
18, 0, 9, 4
Luminance
0.8319
Every format
| HEX | #caf5df |
| RGB | rgb(202, 245, 223) |
| HSL | hsl(149, 68%, 88%) |
| CMYK | cmyk(18%, 0%, 9%, 4%) |
| LAB | lab(93.1 -18.0 6.0) |
| LCH | lch(93.1 19.0 161.5) |
| OKLCH | oklch(0.934 0.053 163.0) |
Copy-ready code
/* CSS */
color: #caf5df;
background-color: #caf5df;
/* Tailwind (arbitrary) */
class="text-[#caf5df] bg-[#caf5df]"
/* SCSS */
$brand: #caf5df;
/* SwiftUI */
Color(red: 0.792, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#caf5df")Accessibility — WCAG contrast
Aa
#caf5df on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf5df on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.1%
Blue87.5%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#caf5df text on a black background
contrast 17.64:1
Card sample
#caf5df text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf5df;
Background color
Panel with #caf5df background
background-color: #caf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf5df; background: linear-gradient(135deg, #caf5df, #CAEEF5);