#cfdae2
a light, soft blue · cool · closest name: lavender
RGB
207, 218, 226
HSL
205°, 25%, 85%
CMYK
8, 4, 0, 11
Luminance
0.6890
Every format
| HEX | #cfdae2 |
| RGB | rgb(207, 218, 226) |
| HSL | hsl(205, 25%, 85%) |
| CMYK | cmyk(8%, 4%, 0%, 11%) |
| LAB | lab(86.5 -2.2 -5.2) |
| LCH | lch(86.5 5.6 247.4) |
| OKLCH | oklch(0.882 0.016 239.1) |
Copy-ready code
/* CSS */
color: #cfdae2;
background-color: #cfdae2;
/* Tailwind (arbitrary) */
class="text-[#cfdae2] bg-[#cfdae2]"
/* SCSS */
$brand: #cfdae2;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.886)
/* Android */
Color.parseColor("#cfdae2")Accessibility — WCAG contrast
Aa
#cfdae2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdae2 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta3.5%
Yellow0.0%
Key (black)11.4%
Color previews
#cfdae2 text on a black background
contrast 14.78:1
Card sample
#cfdae2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdae2;
Background color
Panel with #cfdae2 background
background-color: #cfdae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdae2; background: linear-gradient(135deg, #cfdae2, #D1CFE2);