#def7fe
a pale, electric cyan · cool · closest name: white
RGB
222, 247, 254
HSL
193°, 94%, 93%
CMYK
13, 3, 0, 0
Luminance
0.8921
Every format
| HEX | #def7fe |
| RGB | rgb(222, 247, 254) |
| HSL | hsl(193, 94%, 93%) |
| CMYK | cmyk(13%, 3%, 0%, 0%) |
| LAB | lab(95.7 -6.8 -6.1) |
| LCH | lch(95.7 9.1 222.2) |
| OKLCH | oklch(0.960 0.028 216.4) |
Copy-ready code
/* CSS */
color: #def7fe;
background-color: #def7fe;
/* Tailwind (arbitrary) */
class="text-[#def7fe] bg-[#def7fe]"
/* SCSS */
$brand: #def7fe;
/* SwiftUI */
Color(red: 0.871, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#def7fe")Accessibility — WCAG contrast
Aa
#def7fe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def7fe on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.9%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#def7fe text on a black background
contrast 18.84:1
Card sample
#def7fe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def7fe;
Background color
Panel with #def7fe background
background-color: #def7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def7fe; background: linear-gradient(135deg, #def7fe, #DEE2FE);