#cfdaf5
a pale, vivid blue · cool · closest name: lavender
RGB
207, 218, 245
HSL
223°, 66%, 89%
CMYK
16, 11, 0, 4
Luminance
0.7000
Every format
| HEX | #cfdaf5 |
| RGB | rgb(207, 218, 245) |
| HSL | hsl(223, 66%, 89%) |
| CMYK | cmyk(16%, 11%, 0%, 4%) |
| LAB | lab(87.0 1.7 -14.4) |
| LCH | lch(87.0 14.5 276.6) |
| OKLCH | oklch(0.888 0.039 267.9) |
Copy-ready code
/* CSS */
color: #cfdaf5;
background-color: #cfdaf5;
/* Tailwind (arbitrary) */
class="text-[#cfdaf5] bg-[#cfdaf5]"
/* SCSS */
$brand: #cfdaf5;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.961)
/* Android */
Color.parseColor("#cfdaf5")Accessibility — WCAG contrast
Aa
#cfdaf5 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdaf5 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue96.1%
CMYK percentages
Cyan15.5%
Magenta11.0%
Yellow0.0%
Key (black)3.9%
Color previews
#cfdaf5 text on a black background
contrast 15.00:1
Card sample
#cfdaf5 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdaf5;
Background color
Panel with #cfdaf5 background
background-color: #cfdaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdaf5; background: linear-gradient(135deg, #cfdaf5, #DDCFF5);