#cfebf2
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 235, 242
HSL
192°, 57%, 88%
CMYK
15, 3, 0, 5
Luminance
0.7909
Every format
| HEX | #cfebf2 |
| RGB | rgb(207, 235, 242) |
| HSL | hsl(192, 57%, 88%) |
| CMYK | cmyk(15%, 3%, 0%, 5%) |
| LAB | lab(91.3 -7.7 -6.5) |
| LCH | lch(91.3 10.1 219.9) |
| OKLCH | oklch(0.922 0.031 214.5) |
Copy-ready code
/* CSS */
color: #cfebf2;
background-color: #cfebf2;
/* Tailwind (arbitrary) */
class="text-[#cfebf2] bg-[#cfebf2]"
/* SCSS */
$brand: #cfebf2;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.949)
/* Android */
Color.parseColor("#cfebf2")Accessibility — WCAG contrast
Aa
#cfebf2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebf2 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta2.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cfebf2 text on a black background
contrast 16.82:1
Card sample
#cfebf2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebf2;
Background color
Panel with #cfebf2 background
background-color: #cfebf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebf2; background: linear-gradient(135deg, #cfebf2, #CFD4F2);