#cfebf8
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 235, 248
HSL
199°, 75%, 89%
CMYK
17, 5, 0, 3
Luminance
0.7946
Every format
| HEX | #cfebf8 |
| RGB | rgb(207, 235, 248) |
| HSL | hsl(199, 75%, 89%) |
| CMYK | cmyk(17%, 5%, 0%, 3%) |
| LAB | lab(91.4 -6.5 -9.4) |
| LCH | lch(91.4 11.4 235.2) |
| OKLCH | oklch(0.924 0.034 227.4) |
Copy-ready code
/* CSS */
color: #cfebf8;
background-color: #cfebf8;
/* Tailwind (arbitrary) */
class="text-[#cfebf8] bg-[#cfebf8]"
/* SCSS */
$brand: #cfebf8;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.973)
/* Android */
Color.parseColor("#cfebf8")Accessibility — WCAG contrast
Aa
#cfebf8 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebf8 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta5.2%
Yellow0.0%
Key (black)2.7%
Color previews
#cfebf8 text on a black background
contrast 16.89:1
Card sample
#cfebf8 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebf8;
Background color
Panel with #cfebf8 background
background-color: #cfebf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebf8; background: linear-gradient(135deg, #cfebf8, #CFD0F8);