#adecec
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 236, 236
HSL
180°, 62%, 80%
CMYK
27, 0, 0, 8
Luminance
0.7493
Every format
| HEX | #adecec |
| RGB | rgb(173, 236, 236) |
| HSL | hsl(180, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 0%, 8%) |
| LAB | lab(89.4 -19.7 -6.4) |
| LCH | lch(89.4 20.7 198.0) |
| OKLCH | oklch(0.901 0.063 196.1) |
Copy-ready code
/* CSS */
color: #adecec;
background-color: #adecec;
/* Tailwind (arbitrary) */
class="text-[#adecec] bg-[#adecec]"
/* SCSS */
$brand: #adecec;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#adecec")Accessibility — WCAG contrast
Aa
#adecec on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecec on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue92.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#adecec text on a black background
contrast 15.99:1
Card sample
#adecec text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecec;
Background color
Panel with #adecec background
background-color: #adecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecec; background: linear-gradient(135deg, #adecec, #ADC2EC);