#cfeffa
a pale, electric cyan · cool · closest name: lavender
RGB
207, 239, 250
HSL
195°, 81%, 90%
CMYK
17, 4, 0, 2
Luminance
0.8190
Every format
| HEX | #cfeffa |
| RGB | rgb(207, 239, 250) |
| HSL | hsl(195, 81%, 90%) |
| CMYK | cmyk(17%, 4%, 0%, 2%) |
| LAB | lab(92.5 -8.1 -8.8) |
| LCH | lch(92.5 12.0 227.2) |
| OKLCH | oklch(0.932 0.037 220.5) |
Copy-ready code
/* CSS */
color: #cfeffa;
background-color: #cfeffa;
/* Tailwind (arbitrary) */
class="text-[#cfeffa] bg-[#cfeffa]"
/* SCSS */
$brand: #cfeffa;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.980)
/* Android */
Color.parseColor("#cfeffa")Accessibility — WCAG contrast
Aa
#cfeffa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeffa on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta4.4%
Yellow0.0%
Key (black)2.0%
Color previews
#cfeffa text on a black background
contrast 17.38:1
Card sample
#cfeffa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeffa;
Background color
Panel with #cfeffa background
background-color: #cfeffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeffa; background: linear-gradient(135deg, #cfeffa, #CFD2FA);