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