#cfeef3
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 238, 243
HSL
188°, 60%, 88%
CMYK
15, 2, 0, 5
Luminance
0.8089
Every format
| HEX | #cfeef3 |
| RGB | rgb(207, 238, 243) |
| HSL | hsl(188, 60%, 88%) |
| CMYK | cmyk(15%, 2%, 0%, 5%) |
| LAB | lab(92.1 -9.1 -5.8) |
| LCH | lch(92.1 10.8 212.7) |
| OKLCH | oklch(0.928 0.033 208.4) |
Copy-ready code
/* CSS */
color: #cfeef3;
background-color: #cfeef3;
/* Tailwind (arbitrary) */
class="text-[#cfeef3] bg-[#cfeef3]"
/* SCSS */
$brand: #cfeef3;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#cfeef3")Accessibility — WCAG contrast
Aa
#cfeef3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeef3 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta2.1%
Yellow0.0%
Key (black)4.7%
Color previews
#cfeef3 text on a black background
contrast 17.18:1
Card sample
#cfeef3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeef3;
Background color
Panel with #cfeef3 background
background-color: #cfeef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeef3; background: linear-gradient(135deg, #cfeef3, #CFD6F3);