#adecff
a light, electric cyan · cool · closest name: skyblue
RGB
173, 236, 255
HSL
194°, 100%, 84%
CMYK
32, 8, 0, 0
Luminance
0.7610
Every format
| HEX | #adecff |
| RGB | rgb(173, 236, 255) |
| HSL | hsl(194, 100%, 84%) |
| CMYK | cmyk(32%, 8%, 0%, 0%) |
| LAB | lab(89.9 -15.3 -15.5) |
| LCH | lch(89.9 21.8 225.4) |
| OKLCH | oklch(0.907 0.068 218.4) |
Copy-ready code
/* CSS */
color: #adecff;
background-color: #adecff;
/* Tailwind (arbitrary) */
class="text-[#adecff] bg-[#adecff]"
/* SCSS */
$brand: #adecff;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#adecff")Accessibility — WCAG contrast
Aa
#adecff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecff on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#adecff text on a black background
contrast 16.22:1
Card sample
#adecff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecff;
Background color
Panel with #adecff background
background-color: #adecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecff; background: linear-gradient(135deg, #adecff, #ADB5FF);