#adf3fe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 243, 254
HSL
188°, 98%, 84%
CMYK
32, 4, 0, 0
Luminance
0.8014
Every format
| HEX | #adf3fe |
| RGB | rgb(173, 243, 254) |
| HSL | hsl(188, 98%, 84%) |
| CMYK | cmyk(32%, 4%, 0%, 0%) |
| LAB | lab(91.8 -19.1 -12.3) |
| LCH | lch(91.8 22.7 212.7) |
| OKLCH | oklch(0.921 0.071 208.2) |
Copy-ready code
/* CSS */
color: #adf3fe;
background-color: #adf3fe;
/* Tailwind (arbitrary) */
class="text-[#adf3fe] bg-[#adf3fe]"
/* SCSS */
$brand: #adf3fe;
/* SwiftUI */
Color(red: 0.678, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#adf3fe")Accessibility — WCAG contrast
Aa
#adf3fe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf3fe on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.3%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#adf3fe text on a black background
contrast 17.03:1
Card sample
#adf3fe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf3fe;
Background color
Panel with #adf3fe background
background-color: #adf3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf3fe; background: linear-gradient(135deg, #adf3fe, #ADBDFE);