#cfdaf4
a pale, vivid blue · cool · closest name: lavender
RGB
207, 218, 244
HSL
222°, 63%, 88%
CMYK
15, 11, 0, 4
Luminance
0.6994
Every format
| HEX | #cfdaf4 |
| RGB | rgb(207, 218, 244) |
| HSL | hsl(222, 63%, 88%) |
| CMYK | cmyk(15%, 11%, 0%, 4%) |
| LAB | lab(87.0 1.4 -13.9) |
| LCH | lch(87.0 14.0 275.9) |
| OKLCH | oklch(0.888 0.038 267.3) |
Copy-ready code
/* CSS */
color: #cfdaf4;
background-color: #cfdaf4;
/* Tailwind (arbitrary) */
class="text-[#cfdaf4] bg-[#cfdaf4]"
/* SCSS */
$brand: #cfdaf4;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.957)
/* Android */
Color.parseColor("#cfdaf4")Accessibility — WCAG contrast
Aa
#cfdaf4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdaf4 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta10.7%
Yellow0.0%
Key (black)4.3%
Color previews
#cfdaf4 text on a black background
contrast 14.99:1
Card sample
#cfdaf4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdaf4;
Background color
Panel with #cfdaf4 background
background-color: #cfdaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdaf4; background: linear-gradient(135deg, #cfdaf4, #DDCFF4);