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