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