#cfdff5
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 245
HSL
215°, 66%, 89%
CMYK
16, 9, 0, 4
Luminance
0.7263
Every format
| HEX | #cfdff5 |
| RGB | rgb(207, 223, 245) |
| HSL | hsl(215, 66%, 89%) |
| CMYK | cmyk(16%, 9%, 0%, 4%) |
| LAB | lab(88.3 -0.9 -12.5) |
| LCH | lch(88.3 12.6 265.7) |
| OKLCH | oklch(0.898 0.035 256.3) |
Copy-ready code
/* CSS */
color: #cfdff5;
background-color: #cfdff5;
/* Tailwind (arbitrary) */
class="text-[#cfdff5] bg-[#cfdff5]"
/* SCSS */
$brand: #cfdff5;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.961)
/* Android */
Color.parseColor("#cfdff5")Accessibility — WCAG contrast
Aa
#cfdff5 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdff5 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue96.1%
CMYK percentages
Cyan15.5%
Magenta9.0%
Yellow0.0%
Key (black)3.9%
Color previews
#cfdff5 text on a black background
contrast 15.53:1
Card sample
#cfdff5 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdff5;
Background color
Panel with #cfdff5 background
background-color: #cfdff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdff5; background: linear-gradient(135deg, #cfdff5, #D8CFF5);