#cafaff
a pale, electric cyan · cool · closest name: white
RGB
202, 250, 255
HSL
186°, 100%, 90%
CMYK
21, 2, 0, 0
Luminance
0.8815
Every format
| HEX | #cafaff |
| RGB | rgb(202, 250, 255) |
| HSL | hsl(186, 100%, 90%) |
| CMYK | cmyk(21%, 2%, 0%, 0%) |
| LAB | lab(95.2 -14.1 -7.4) |
| LCH | lch(95.2 16.0 207.7) |
| OKLCH | oklch(0.953 0.049 204.2) |
Copy-ready code
/* CSS */
color: #cafaff;
background-color: #cafaff;
/* Tailwind (arbitrary) */
class="text-[#cafaff] bg-[#cafaff]"
/* SCSS */
$brand: #cafaff;
/* SwiftUI */
Color(red: 0.792, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#cafaff")Accessibility — WCAG contrast
Aa
#cafaff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafaff on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.0%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cafaff text on a black background
contrast 18.63:1
Card sample
#cafaff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafaff;
Background color
Panel with #cafaff background
background-color: #cafaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafaff; background: linear-gradient(135deg, #cafaff, #CAD7FF);