#cfeefe
a pale, electric blue · cool · closest name: lavender
RGB
207, 238, 254
HSL
200°, 96%, 90%
CMYK
19, 6, 0, 0
Luminance
0.8157
Every format
| HEX | #cfeefe |
| RGB | rgb(207, 238, 254) |
| HSL | hsl(200, 96%, 90%) |
| CMYK | cmyk(19%, 6%, 0%, 0%) |
| LAB | lab(92.4 -6.8 -11.1) |
| LCH | lch(92.4 13.0 238.5) |
| OKLCH | oklch(0.932 0.039 230.2) |
Copy-ready code
/* CSS */
color: #cfeefe;
background-color: #cfeefe;
/* Tailwind (arbitrary) */
class="text-[#cfeefe] bg-[#cfeefe]"
/* SCSS */
$brand: #cfeefe;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#cfeefe")Accessibility — WCAG contrast
Aa
#cfeefe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeefe on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cfeefe text on a black background
contrast 17.31:1
Card sample
#cfeefe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeefe;
Background color
Panel with #cfeefe background
background-color: #cfeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeefe; background: linear-gradient(135deg, #cfeefe, #CFCFFE);