#adefec
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 239, 236
HSL
177°, 67%, 81%
CMYK
28, 0, 1, 6
Luminance
0.7667
Every format
| HEX | #adefec |
| RGB | rgb(173, 239, 236) |
| HSL | hsl(177, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 1%, 6%) |
| LAB | lab(90.2 -21.1 -5.2) |
| LCH | lch(90.2 21.8 193.9) |
| OKLCH | oklch(0.907 0.066 192.5) |
Copy-ready code
/* CSS */
color: #adefec;
background-color: #adefec;
/* Tailwind (arbitrary) */
class="text-[#adefec] bg-[#adefec]"
/* SCSS */
$brand: #adefec;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#adefec")Accessibility — WCAG contrast
Aa
#adefec on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefec on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue92.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#adefec text on a black background
contrast 16.33:1
Card sample
#adefec text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefec;
Background color
Panel with #adefec background
background-color: #adefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefec; background: linear-gradient(135deg, #adefec, #ADC6EF);