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