#cfdaf0
a pale, vivid blue · cool · closest name: lavender
RGB
207, 218, 240
HSL
220°, 52%, 88%
CMYK
14, 9, 0, 6
Luminance
0.6970
Every format
| HEX | #cfdaf0 |
| RGB | rgb(207, 218, 240) |
| HSL | hsl(220, 52%, 88%) |
| CMYK | cmyk(14%, 9%, 0%, 6%) |
| LAB | lab(86.8 0.6 -12.0) |
| LCH | lch(86.8 12.0 273.0) |
| OKLCH | oklch(0.887 0.033 264.4) |
Copy-ready code
/* CSS */
color: #cfdaf0;
background-color: #cfdaf0;
/* Tailwind (arbitrary) */
class="text-[#cfdaf0] bg-[#cfdaf0]"
/* SCSS */
$brand: #cfdaf0;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.941)
/* Android */
Color.parseColor("#cfdaf0")Accessibility — WCAG contrast
Aa
#cfdaf0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdaf0 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta9.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cfdaf0 text on a black background
contrast 14.94:1
Card sample
#cfdaf0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdaf0;
Background color
Panel with #cfdaf0 background
background-color: #cfdaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdaf0; background: linear-gradient(135deg, #cfdaf0, #DACFF0);