#cfdff4
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 244
HSL
214°, 63%, 88%
CMYK
15, 9, 0, 4
Luminance
0.7257
Every format
| HEX | #cfdff4 |
| RGB | rgb(207, 223, 244) |
| HSL | hsl(214, 63%, 88%) |
| CMYK | cmyk(15%, 9%, 0%, 4%) |
| LAB | lab(88.2 -1.2 -12.0) |
| LCH | lch(88.2 12.1 264.5) |
| OKLCH | oklch(0.898 0.034 255.2) |
Copy-ready code
/* CSS */
color: #cfdff4;
background-color: #cfdff4;
/* Tailwind (arbitrary) */
class="text-[#cfdff4] bg-[#cfdff4]"
/* SCSS */
$brand: #cfdff4;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#cfdff4")Accessibility — WCAG contrast
Aa
#cfdff4 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdff4 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#cfdff4 text on a black background
contrast 15.51:1
Card sample
#cfdff4 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdff4;
Background color
Panel with #cfdff4 background
background-color: #cfdff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdff4; background: linear-gradient(135deg, #cfdff4, #D8CFF4);