#adecf4
a light, electric cyan · cool · closest name: skyblue
RGB
173, 236, 244
HSL
187°, 76%, 82%
CMYK
29, 3, 0, 4
Luminance
0.7541
Every format
| HEX | #adecf4 |
| RGB | rgb(173, 236, 244) |
| HSL | hsl(187, 76%, 82%) |
| CMYK | cmyk(29%, 3%, 0%, 4%) |
| LAB | lab(89.6 -17.9 -10.3) |
| LCH | lch(89.6 20.6 209.9) |
| OKLCH | oklch(0.903 0.064 205.9) |
Copy-ready code
/* CSS */
color: #adecf4;
background-color: #adecf4;
/* Tailwind (arbitrary) */
class="text-[#adecf4] bg-[#adecf4]"
/* SCSS */
$brand: #adecf4;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#adecf4")Accessibility — WCAG contrast
Aa
#adecf4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecf4 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#adecf4 text on a black background
contrast 16.08:1
Card sample
#adecf4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecf4;
Background color
Panel with #adecf4 background
background-color: #adecf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecf4; background: linear-gradient(135deg, #adecf4, #ADBDF4);