#adfcfe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 252, 254
HSL
182°, 98%, 84%
CMYK
32, 1, 0, 0
Luminance
0.8566
Every format
| HEX | #adfcfe |
| RGB | rgb(173, 252, 254) |
| HSL | hsl(182, 98%, 84%) |
| CMYK | cmyk(32%, 1%, 0%, 0%) |
| LAB | lab(94.2 -23.5 -8.7) |
| LCH | lch(94.2 25.0 200.2) |
| OKLCH | oklch(0.941 0.077 197.9) |
Copy-ready code
/* CSS */
color: #adfcfe;
background-color: #adfcfe;
/* Tailwind (arbitrary) */
class="text-[#adfcfe] bg-[#adfcfe]"
/* SCSS */
$brand: #adfcfe;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.996)
/* Android */
Color.parseColor("#adfcfe")Accessibility — WCAG contrast
Aa
#adfcfe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfcfe on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta0.8%
Yellow0.0%
Key (black)0.4%
Color previews
#adfcfe text on a black background
contrast 18.13:1
Card sample
#adfcfe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfcfe;
Background color
Panel with #adfcfe background
background-color: #adfcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfcfe; background: linear-gradient(135deg, #adfcfe, #ADC6FE);