#adecfc
a light, electric cyan · cool · closest name: skyblue
RGB
173, 236, 252
HSL
192°, 93%, 83%
CMYK
31, 6, 0, 1
Luminance
0.7590
Every format
| HEX | #adecfc |
| RGB | rgb(173, 236, 252) |
| HSL | hsl(192, 93%, 83%) |
| CMYK | cmyk(31%, 6%, 0%, 1%) |
| LAB | lab(89.8 -16.0 -14.1) |
| LCH | lch(89.8 21.4 221.3) |
| OKLCH | oklch(0.906 0.067 215.2) |
Copy-ready code
/* CSS */
color: #adecfc;
background-color: #adecfc;
/* Tailwind (arbitrary) */
class="text-[#adecfc] bg-[#adecfc]"
/* SCSS */
$brand: #adecfc;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#adecfc")Accessibility — WCAG contrast
Aa
#adecfc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecfc on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#adecfc text on a black background
contrast 16.18:1
Card sample
#adecfc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecfc;
Background color
Panel with #adecfc background
background-color: #adecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecfc; background: linear-gradient(135deg, #adecfc, #ADB7FC);