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