#cafdff
a pale, electric cyan · cool · closest name: white
RGB
202, 253, 255
HSL
182°, 100%, 90%
CMYK
21, 1, 0, 0
Luminance
0.9003
Every format
| HEX | #cafdff |
| RGB | rgb(202, 253, 255) |
| HSL | hsl(182, 100%, 90%) |
| CMYK | cmyk(21%, 1%, 0%, 0%) |
| LAB | lab(96.0 -15.6 -6.3) |
| LCH | lch(96.0 16.8 201.9) |
| OKLCH | oklch(0.960 0.052 199.3) |
Copy-ready code
/* CSS */
color: #cafdff;
background-color: #cafdff;
/* Tailwind (arbitrary) */
class="text-[#cafdff] bg-[#cafdff]"
/* SCSS */
$brand: #cafdff;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#cafdff")Accessibility — WCAG contrast
Aa
#cafdff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdff on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cafdff text on a black background
contrast 19.01:1
Card sample
#cafdff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdff;
Background color
Panel with #cafdff background
background-color: #cafdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdff; background: linear-gradient(135deg, #cafdff, #CADAFF);