#cfdfe7
a pale, soft blue · cool · closest name: lavender
RGB
207, 223, 231
HSL
200°, 33%, 86%
CMYK
10, 4, 0, 9
Luminance
0.7181
Every format
| HEX | #cfdfe7 |
| RGB | rgb(207, 223, 231) |
| HSL | hsl(200, 33%, 86%) |
| CMYK | cmyk(10%, 4%, 0%, 9%) |
| LAB | lab(87.9 -3.8 -5.7) |
| LCH | lch(87.9 6.9 236.6) |
| OKLCH | oklch(0.894 0.020 229.1) |
Copy-ready code
/* CSS */
color: #cfdfe7;
background-color: #cfdfe7;
/* Tailwind (arbitrary) */
class="text-[#cfdfe7] bg-[#cfdfe7]"
/* SCSS */
$brand: #cfdfe7;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#cfdfe7")Accessibility — WCAG contrast
Aa
#cfdfe7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfe7 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#cfdfe7 text on a black background
contrast 15.36:1
Card sample
#cfdfe7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfe7;
Background color
Panel with #cfdfe7 background
background-color: #cfdfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfe7; background: linear-gradient(135deg, #cfdfe7, #CFCFE7);