#adecf6
a light, electric cyan · cool · closest name: skyblue
RGB
173, 236, 246
HSL
188°, 80%, 82%
CMYK
30, 4, 0, 4
Luminance
0.7553
Every format
| HEX | #adecf6 |
| RGB | rgb(173, 236, 246) |
| HSL | hsl(188, 80%, 82%) |
| CMYK | cmyk(30%, 4%, 0%, 4%) |
| LAB | lab(89.6 -17.4 -11.2) |
| LCH | lch(89.6 20.7 212.8) |
| OKLCH | oklch(0.904 0.065 208.3) |
Copy-ready code
/* CSS */
color: #adecf6;
background-color: #adecf6;
/* Tailwind (arbitrary) */
class="text-[#adecf6] bg-[#adecf6]"
/* SCSS */
$brand: #adecf6;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#adecf6")Accessibility — WCAG contrast
Aa
#adecf6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecf6 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#adecf6 text on a black background
contrast 16.11:1
Card sample
#adecf6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecf6;
Background color
Panel with #adecf6 background
background-color: #adecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecf6; background: linear-gradient(135deg, #adecf6, #ADBCF6);