#cffafd
a pale, electric cyan · cool · closest name: white
RGB
207, 250, 253
HSL
184°, 92%, 90%
CMYK
18, 1, 0, 1
Luminance
0.8873
Every format
| HEX | #cffafd |
| RGB | rgb(207, 250, 253) |
| HSL | hsl(184, 92%, 90%) |
| CMYK | cmyk(18%, 1%, 0%, 1%) |
| LAB | lab(95.5 -13.1 -6.0) |
| LCH | lch(95.5 14.4 204.7) |
| OKLCH | oklch(0.956 0.044 201.7) |
Copy-ready code
/* CSS */
color: #cffafd;
background-color: #cffafd;
/* Tailwind (arbitrary) */
class="text-[#cffafd] bg-[#cffafd]"
/* SCSS */
$brand: #cffafd;
/* SwiftUI */
Color(red: 0.812, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#cffafd")Accessibility — WCAG contrast
Aa
#cffafd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffafd on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cffafd text on a black background
contrast 18.75:1
Card sample
#cffafd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffafd;
Background color
Panel with #cffafd background
background-color: #cffafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffafd; background: linear-gradient(135deg, #cffafd, #CFDBFD);