#adfdfe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 253, 254
HSL
181°, 98%, 84%
CMYK
32, 0, 0, 0
Luminance
0.8629
Every format
| HEX | #adfdfe |
| RGB | rgb(173, 253, 254) |
| HSL | hsl(181, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 0%, 0%) |
| LAB | lab(94.4 -24.0 -8.3) |
| LCH | lch(94.4 25.3 199.0) |
| OKLCH | oklch(0.943 0.078 196.9) |
Copy-ready code
/* CSS */
color: #adfdfe;
background-color: #adfdfe;
/* Tailwind (arbitrary) */
class="text-[#adfdfe] bg-[#adfdfe]"
/* SCSS */
$brand: #adfdfe;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#adfdfe")Accessibility — WCAG contrast
Aa
#adfdfe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfdfe on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#adfdfe text on a black background
contrast 18.26:1
Card sample
#adfdfe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfdfe;
Background color
Panel with #adfdfe background
background-color: #adfdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfdfe; background: linear-gradient(135deg, #adfdfe, #ADC7FE);