#cfdbf6
a pale, vivid blue · cool · closest name: lavender
RGB
207, 219, 246
HSL
222°, 68%, 89%
CMYK
16, 11, 0, 4
Luminance
0.7058
Every format
| HEX | #cfdbf6 |
| RGB | rgb(207, 219, 246) |
| HSL | hsl(222, 68%, 89%) |
| CMYK | cmyk(16%, 11%, 0%, 4%) |
| LAB | lab(87.3 1.3 -14.5) |
| LCH | lch(87.3 14.6 275.3) |
| OKLCH | oklch(0.891 0.039 266.5) |
Copy-ready code
/* CSS */
color: #cfdbf6;
background-color: #cfdbf6;
/* Tailwind (arbitrary) */
class="text-[#cfdbf6] bg-[#cfdbf6]"
/* SCSS */
$brand: #cfdbf6;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#cfdbf6")Accessibility — WCAG contrast
Aa
#cfdbf6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf6 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta11.0%
Yellow0.0%
Key (black)3.5%
Color previews
#cfdbf6 text on a black background
contrast 15.12:1
Card sample
#cfdbf6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf6;
Background color
Panel with #cfdbf6 background
background-color: #cfdbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf6; background: linear-gradient(135deg, #cfdbf6, #DDCFF6);