#adf2fe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 242, 254
HSL
189°, 98%, 84%
CMYK
32, 5, 0, 0
Luminance
0.7954
Every format
| HEX | #adf2fe |
| RGB | rgb(173, 242, 254) |
| HSL | hsl(189, 98%, 84%) |
| CMYK | cmyk(32%, 5%, 0%, 0%) |
| LAB | lab(91.5 -18.6 -12.7) |
| LCH | lch(91.5 22.5 214.3) |
| OKLCH | oklch(0.919 0.070 209.5) |
Copy-ready code
/* CSS */
color: #adf2fe;
background-color: #adf2fe;
/* Tailwind (arbitrary) */
class="text-[#adf2fe] bg-[#adf2fe]"
/* SCSS */
$brand: #adf2fe;
/* SwiftUI */
Color(red: 0.678, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#adf2fe")Accessibility — WCAG contrast
Aa
#adf2fe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf2fe on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.9%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#adf2fe text on a black background
contrast 16.91:1
Card sample
#adf2fe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf2fe;
Background color
Panel with #adf2fe background
background-color: #adf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf2fe; background: linear-gradient(135deg, #adf2fe, #ADBCFE);