#cfeefc
a pale, electric cyan · cool · closest name: lavender
RGB
207, 238, 252
HSL
199°, 88%, 90%
CMYK
18, 6, 0, 1
Luminance
0.8144
Every format
| HEX | #cfeefc |
| RGB | rgb(207, 238, 252) |
| HSL | hsl(199, 88%, 90%) |
| CMYK | cmyk(18%, 6%, 0%, 1%) |
| LAB | lab(92.3 -7.2 -10.1) |
| LCH | lch(92.3 12.4 234.5) |
| OKLCH | oklch(0.931 0.038 226.8) |
Copy-ready code
/* CSS */
color: #cfeefc;
background-color: #cfeefc;
/* Tailwind (arbitrary) */
class="text-[#cfeefc] bg-[#cfeefc]"
/* SCSS */
$brand: #cfeefc;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#cfeefc")Accessibility — WCAG contrast
Aa
#cfeefc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeefc on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cfeefc text on a black background
contrast 17.29:1
Card sample
#cfeefc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeefc;
Background color
Panel with #cfeefc background
background-color: #cfeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeefc; background: linear-gradient(135deg, #cfeefc, #CFD0FC);