#def5fe
a pale, electric cyan · cool · closest name: white
RGB
222, 245, 254
HSL
197°, 94%, 93%
CMYK
13, 4, 0, 0
Luminance
0.8799
Every format
| HEX | #def5fe |
| RGB | rgb(222, 245, 254) |
| HSL | hsl(197, 94%, 93%) |
| CMYK | cmyk(13%, 4%, 0%, 0%) |
| LAB | lab(95.2 -5.7 -6.9) |
| LCH | lch(95.2 8.9 230.1) |
| OKLCH | oklch(0.956 0.027 223.2) |
Copy-ready code
/* CSS */
color: #def5fe;
background-color: #def5fe;
/* Tailwind (arbitrary) */
class="text-[#def5fe] bg-[#def5fe]"
/* SCSS */
$brand: #def5fe;
/* SwiftUI */
Color(red: 0.871, green: 0.961, blue: 0.996)
/* Android */
Color.parseColor("#def5fe")Accessibility — WCAG contrast
Aa
#def5fe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def5fe on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.1%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta3.5%
Yellow0.0%
Key (black)0.4%
Color previews
#def5fe text on a black background
contrast 18.60:1
Card sample
#def5fe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def5fe;
Background color
Panel with #def5fe background
background-color: #def5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 245, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 245, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def5fe; background: linear-gradient(135deg, #def5fe, #DEDFFE);