#adcbff
a light, electric blue · cool · closest name: skyblue
RGB
173, 203, 255
HSL
218°, 100%, 84%
CMYK
32, 20, 0, 0
Luminance
0.5882
Every format
| HEX | #adcbff |
| RGB | rgb(173, 203, 255) |
| HSL | hsl(218, 100%, 84%) |
| CMYK | cmyk(32%, 20%, 0%, 0%) |
| LAB | lab(81.2 1.8 -28.7) |
| LCH | lch(81.2 28.8 273.6) |
| OKLCH | oklch(0.838 0.080 261.3) |
Copy-ready code
/* CSS */
color: #adcbff;
background-color: #adcbff;
/* Tailwind (arbitrary) */
class="text-[#adcbff] bg-[#adcbff]"
/* SCSS */
$brand: #adcbff;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#adcbff")Accessibility — WCAG contrast
Aa
#adcbff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbff on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#adcbff text on a black background
contrast 12.76:1
Card sample
#adcbff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbff;
Background color
Panel with #adcbff background
background-color: #adcbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbff; background: linear-gradient(135deg, #adcbff, #C6ADFF);