#defdfb
a pale, electric cyan · cool · closest name: white
RGB
222, 253, 251
HSL
176°, 89%, 93%
CMYK
12, 0, 1, 1
Luminance
0.9275
Every format
| HEX | #defdfb |
| RGB | rgb(222, 253, 251) |
| HSL | hsl(176, 89%, 93%) |
| CMYK | cmyk(12%, 0%, 1%, 1%) |
| LAB | lab(97.1 -10.3 -2.4) |
| LCH | lch(97.1 10.6 193.2) |
| OKLCH | oklch(0.971 0.032 191.9) |
Copy-ready code
/* CSS */
color: #defdfb;
background-color: #defdfb;
/* Tailwind (arbitrary) */
class="text-[#defdfb] bg-[#defdfb]"
/* SCSS */
$brand: #defdfb;
/* SwiftUI */
Color(red: 0.871, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#defdfb")Accessibility — WCAG contrast
Aa
#defdfb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defdfb on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.2%
Blue98.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#defdfb text on a black background
contrast 19.55:1
Card sample
#defdfb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defdfb;
Background color
Panel with #defdfb background
background-color: #defdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defdfb; background: linear-gradient(135deg, #defdfb, #DEEAFD);