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