#cfdcea
a pale, soft blue · cool · closest name: lavender
RGB
207, 220, 234
HSL
211°, 39%, 87%
CMYK
12, 6, 0, 8
Luminance
0.7039
Every format
| HEX | #cfdcea |
| RGB | rgb(207, 220, 234) |
| HSL | hsl(211, 39%, 87%) |
| CMYK | cmyk(12%, 6%, 0%, 8%) |
| LAB | lab(87.2 -1.6 -8.3) |
| LCH | lch(87.2 8.5 258.9) |
| OKLCH | oklch(0.889 0.024 250.1) |
Copy-ready code
/* CSS */
color: #cfdcea;
background-color: #cfdcea;
/* Tailwind (arbitrary) */
class="text-[#cfdcea] bg-[#cfdcea]"
/* SCSS */
$brand: #cfdcea;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.918)
/* Android */
Color.parseColor("#cfdcea")Accessibility — WCAG contrast
Aa
#cfdcea on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdcea on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta6.0%
Yellow0.0%
Key (black)8.2%
Color previews
#cfdcea text on a black background
contrast 15.08:1
Card sample
#cfdcea text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdcea;
Background color
Panel with #cfdcea background
background-color: #cfdcea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdcea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdcea; background: linear-gradient(135deg, #cfdcea, #D4CFEA);