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