#cfd1ff
a pale, electric blue · warm · closest name: lavender
RGB
207, 209, 255
HSL
238°, 100%, 91%
CMYK
19, 18, 0, 0
Luminance
0.6609
Every format
| HEX | #cfd1ff |
| RGB | rgb(207, 209, 255) |
| HSL | hsl(238, 100%, 91%) |
| CMYK | cmyk(19%, 18%, 0%, 0%) |
| LAB | lab(85.0 8.5 -22.6) |
| LCH | lch(85.0 24.2 290.7) |
| OKLCH | oklch(0.874 0.063 283.0) |
Copy-ready code
/* CSS */
color: #cfd1ff;
background-color: #cfd1ff;
/* Tailwind (arbitrary) */
class="text-[#cfd1ff] bg-[#cfd1ff]"
/* SCSS */
$brand: #cfd1ff;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 1.000)
/* Android */
Color.parseColor("#cfd1ff")Accessibility — WCAG contrast
Aa
#cfd1ff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd1ff on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta18.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cfd1ff text on a black background
contrast 14.22:1
Card sample
#cfd1ff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd1ff;
Background color
Panel with #cfd1ff background
background-color: #cfd1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd1ff; background: linear-gradient(135deg, #cfd1ff, #EDCFFF);