#cfdffb
a pale, electric blue · cool · closest name: lavender
RGB
207, 223, 251
HSL
218°, 85%, 90%
CMYK
18, 11, 0, 2
Luminance
0.7301
Every format
| HEX | #cfdffb |
| RGB | rgb(207, 223, 251) |
| HSL | hsl(218, 85%, 90%) |
| CMYK | cmyk(18%, 11%, 0%, 2%) |
| LAB | lab(88.5 0.3 -15.4) |
| LCH | lch(88.5 15.4 271.1) |
| OKLCH | oklch(0.900 0.042 261.7) |
Copy-ready code
/* CSS */
color: #cfdffb;
background-color: #cfdffb;
/* Tailwind (arbitrary) */
class="text-[#cfdffb] bg-[#cfdffb]"
/* SCSS */
$brand: #cfdffb;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#cfdffb")Accessibility — WCAG contrast
Aa
#cfdffb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdffb on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#cfdffb text on a black background
contrast 15.60:1
Card sample
#cfdffb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdffb;
Background color
Panel with #cfdffb background
background-color: #cfdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdffb; background: linear-gradient(135deg, #cfdffb, #DCCFFB);