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