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