#cfdff8
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 248
HSL
217°, 75%, 89%
CMYK
17, 10, 0, 3
Luminance
0.7282
Every format
| HEX | #cfdff8 |
| RGB | rgb(207, 223, 248) |
| HSL | hsl(217, 75%, 89%) |
| CMYK | cmyk(17%, 10%, 0%, 3%) |
| LAB | lab(88.4 -0.3 -14.0) |
| LCH | lch(88.4 14.0 268.6) |
| OKLCH | oklch(0.899 0.038 259.3) |
Copy-ready code
/* CSS */
color: #cfdff8;
background-color: #cfdff8;
/* Tailwind (arbitrary) */
class="text-[#cfdff8] bg-[#cfdff8]"
/* SCSS */
$brand: #cfdff8;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.973)
/* Android */
Color.parseColor("#cfdff8")Accessibility — WCAG contrast
Aa
#cfdff8 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdff8 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta10.1%
Yellow0.0%
Key (black)2.7%
Color previews
#cfdff8 text on a black background
contrast 15.56:1
Card sample
#cfdff8 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdff8;
Background color
Panel with #cfdff8 background
background-color: #cfdff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdff8; background: linear-gradient(135deg, #cfdff8, #DACFF8);