#cfdaf7
a pale, vivid blue · cool · closest name: lavender
RGB
207, 218, 247
HSL
224°, 71%, 89%
CMYK
16, 12, 0, 3
Luminance
0.7012
Every format
| HEX | #cfdaf7 |
| RGB | rgb(207, 218, 247) |
| HSL | hsl(224, 71%, 89%) |
| CMYK | cmyk(16%, 12%, 0%, 3%) |
| LAB | lab(87.1 2.1 -15.4) |
| LCH | lch(87.1 15.5 277.7) |
| OKLCH | oklch(0.889 0.042 269.0) |
Copy-ready code
/* CSS */
color: #cfdaf7;
background-color: #cfdaf7;
/* Tailwind (arbitrary) */
class="text-[#cfdaf7] bg-[#cfdaf7]"
/* SCSS */
$brand: #cfdaf7;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.969)
/* Android */
Color.parseColor("#cfdaf7")Accessibility — WCAG contrast
Aa
#cfdaf7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdaf7 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta11.7%
Yellow0.0%
Key (black)3.1%
Color previews
#cfdaf7 text on a black background
contrast 15.02:1
Card sample
#cfdaf7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdaf7;
Background color
Panel with #cfdaf7 background
background-color: #cfdaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdaf7; background: linear-gradient(135deg, #cfdaf7, #DFCFF7);