#cfdff2
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 242
HSL
213°, 57%, 88%
CMYK
15, 8, 0, 5
Luminance
0.7245
Every format
| HEX | #cfdff2 |
| RGB | rgb(207, 223, 242) |
| HSL | hsl(213, 57%, 88%) |
| CMYK | cmyk(15%, 8%, 0%, 5%) |
| LAB | lab(88.2 -1.6 -11.1) |
| LCH | lch(88.2 11.2 261.9) |
| OKLCH | oklch(0.897 0.031 252.7) |
Copy-ready code
/* CSS */
color: #cfdff2;
background-color: #cfdff2;
/* Tailwind (arbitrary) */
class="text-[#cfdff2] bg-[#cfdff2]"
/* SCSS */
$brand: #cfdff2;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.949)
/* Android */
Color.parseColor("#cfdff2")Accessibility — WCAG contrast
Aa
#cfdff2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdff2 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta7.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cfdff2 text on a black background
contrast 15.49:1
Card sample
#cfdff2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdff2;
Background color
Panel with #cfdff2 background
background-color: #cfdff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdff2; background: linear-gradient(135deg, #cfdff2, #D6CFF2);