#cfd4ee
a pale, vivid blue · warm · closest name: lavender
RGB
207, 212, 238
HSL
230°, 48%, 87%
CMYK
13, 11, 0, 7
Luminance
0.6653
Every format
| HEX | #cfd4ee |
| RGB | rgb(207, 212, 238) |
| HSL | hsl(230, 48%, 87%) |
| CMYK | cmyk(13%, 11%, 0%, 7%) |
| LAB | lab(85.3 3.4 -13.3) |
| LCH | lch(85.3 13.7 284.2) |
| OKLCH | oklch(0.874 0.036 277.0) |
Copy-ready code
/* CSS */
color: #cfd4ee;
background-color: #cfd4ee;
/* Tailwind (arbitrary) */
class="text-[#cfd4ee] bg-[#cfd4ee]"
/* SCSS */
$brand: #cfd4ee;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.933)
/* Android */
Color.parseColor("#cfd4ee")Accessibility — WCAG contrast
Aa
#cfd4ee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4ee on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta10.9%
Yellow0.0%
Key (black)6.7%
Color previews
#cfd4ee text on a black background
contrast 14.31:1
Card sample
#cfd4ee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4ee;
Background color
Panel with #cfd4ee background
background-color: #cfd4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4ee; background: linear-gradient(135deg, #cfd4ee, #DFCFEE);