#adf4ff
a light, electric cyan · cool · closest name: skyblue
RGB
173, 244, 255
HSL
188°, 100%, 84%
CMYK
32, 4, 0, 0
Luminance
0.8081
Every format
| HEX | #adf4ff |
| RGB | rgb(173, 244, 255) |
| HSL | hsl(188, 100%, 84%) |
| CMYK | cmyk(32%, 4%, 0%, 0%) |
| LAB | lab(92.0 -19.3 -12.3) |
| LCH | lch(92.0 22.9 212.5) |
| OKLCH | oklch(0.924 0.072 208.0) |
Copy-ready code
/* CSS */
color: #adf4ff;
background-color: #adf4ff;
/* Tailwind (arbitrary) */
class="text-[#adf4ff] bg-[#adf4ff]"
/* SCSS */
$brand: #adf4ff;
/* SwiftUI */
Color(red: 0.678, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#adf4ff")Accessibility — WCAG contrast
Aa
#adf4ff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf4ff on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.7%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#adf4ff text on a black background
contrast 17.16:1
Card sample
#adf4ff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf4ff;
Background color
Panel with #adf4ff background
background-color: #adf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf4ff; background: linear-gradient(135deg, #adf4ff, #ADBDFF);