#cfd0fe
a pale, electric blue · warm · closest name: lavender
RGB
207, 208, 254
HSL
239°, 96%, 90%
CMYK
19, 18, 0, 0
Luminance
0.6553
Every format
| HEX | #cfd0fe |
| RGB | rgb(207, 208, 254) |
| HSL | hsl(239, 96%, 90%) |
| CMYK | cmyk(19%, 18%, 0%, 0%) |
| LAB | lab(84.8 8.8 -22.6) |
| LCH | lch(84.8 24.2 291.4) |
| OKLCH | oklch(0.872 0.063 284.0) |
Copy-ready code
/* CSS */
color: #cfd0fe;
background-color: #cfd0fe;
/* Tailwind (arbitrary) */
class="text-[#cfd0fe] bg-[#cfd0fe]"
/* SCSS */
$brand: #cfd0fe;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.996)
/* Android */
Color.parseColor("#cfd0fe")Accessibility — WCAG contrast
Aa
#cfd0fe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd0fe on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta18.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cfd0fe text on a black background
contrast 14.11:1
Card sample
#cfd0fe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd0fe;
Background color
Panel with #cfd0fe background
background-color: #cfd0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd0fe; background: linear-gradient(135deg, #cfd0fe, #EDCFFE);