#adf9f7
a light, electric cyan · cool · closest name: skyblue
RGB
173, 249, 247
HSL
178°, 86%, 83%
CMYK
31, 0, 1, 2
Luminance
0.8335
Every format
| HEX | #adf9f7 |
| RGB | rgb(173, 249, 247) |
| HSL | hsl(178, 86%, 83%) |
| CMYK | cmyk(31%, 0%, 1%, 2%) |
| LAB | lab(93.2 -23.6 -6.5) |
| LCH | lch(93.2 24.5 195.4) |
| OKLCH | oklch(0.932 0.075 193.9) |
Copy-ready code
/* CSS */
color: #adf9f7;
background-color: #adf9f7;
/* Tailwind (arbitrary) */
class="text-[#adf9f7] bg-[#adf9f7]"
/* SCSS */
$brand: #adf9f7;
/* SwiftUI */
Color(red: 0.678, green: 0.976, blue: 0.969)
/* Android */
Color.parseColor("#adf9f7")Accessibility — WCAG contrast
Aa
#adf9f7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf9f7 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.6%
Blue96.9%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow0.8%
Key (black)2.4%
Color previews
#adf9f7 text on a black background
contrast 17.67:1
Card sample
#adf9f7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf9f7;
Background color
Panel with #adf9f7 background
background-color: #adf9f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf9f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 249, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 249, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf9f7; background: linear-gradient(135deg, #adf9f7, #ADC8F9);