#adf7ff
a light, electric cyan · cool · closest name: skyblue
RGB
173, 247, 255
HSL
186°, 100%, 84%
CMYK
32, 3, 0, 0
Luminance
0.8263
Every format
| HEX | #adf7ff |
| RGB | rgb(173, 247, 255) |
| HSL | hsl(186, 100%, 84%) |
| CMYK | cmyk(32%, 3%, 0%, 0%) |
| LAB | lab(92.8 -20.8 -11.1) |
| LCH | lch(92.8 23.6 208.1) |
| OKLCH | oklch(0.930 0.073 204.5) |
Copy-ready code
/* CSS */
color: #adf7ff;
background-color: #adf7ff;
/* Tailwind (arbitrary) */
class="text-[#adf7ff] bg-[#adf7ff]"
/* SCSS */
$brand: #adf7ff;
/* SwiftUI */
Color(red: 0.678, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#adf7ff")Accessibility — WCAG contrast
Aa
#adf7ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf7ff on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.9%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#adf7ff text on a black background
contrast 17.53:1
Card sample
#adf7ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf7ff;
Background color
Panel with #adf7ff background
background-color: #adf7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf7ff; background: linear-gradient(135deg, #adf7ff, #ADC0FF);