#cfdbf8
a pale, vivid blue · cool · closest name: lavender
RGB
207, 219, 248
HSL
222°, 75%, 89%
CMYK
17, 12, 0, 3
Luminance
0.7071
Every format
| HEX | #cfdbf8 |
| RGB | rgb(207, 219, 248) |
| HSL | hsl(222, 75%, 89%) |
| CMYK | cmyk(17%, 12%, 0%, 3%) |
| LAB | lab(87.3 1.8 -15.5) |
| LCH | lch(87.3 15.6 276.5) |
| OKLCH | oklch(0.891 0.042 267.7) |
Copy-ready code
/* CSS */
color: #cfdbf8;
background-color: #cfdbf8;
/* Tailwind (arbitrary) */
class="text-[#cfdbf8] bg-[#cfdbf8]"
/* SCSS */
$brand: #cfdbf8;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.973)
/* Android */
Color.parseColor("#cfdbf8")Accessibility — WCAG contrast
Aa
#cfdbf8 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf8 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta11.7%
Yellow0.0%
Key (black)2.7%
Color previews
#cfdbf8 text on a black background
contrast 15.14:1
Card sample
#cfdbf8 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf8;
Background color
Panel with #cfdbf8 background
background-color: #cfdbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf8; background: linear-gradient(135deg, #cfdbf8, #DECFF8);