#adcbf8
a light, electric blue · cool · closest name: skyblue
RGB
173, 203, 248
HSL
216°, 84%, 83%
CMYK
30, 18, 0, 3
Luminance
0.5837
Every format
| HEX | #adcbf8 |
| RGB | rgb(173, 203, 248) |
| HSL | hsl(216, 84%, 83%) |
| CMYK | cmyk(30%, 18%, 0%, 3%) |
| LAB | lab(80.9 0.1 -25.4) |
| LCH | lch(80.9 25.4 270.3) |
| OKLCH | oklch(0.836 0.071 258.4) |
Copy-ready code
/* CSS */
color: #adcbf8;
background-color: #adcbf8;
/* Tailwind (arbitrary) */
class="text-[#adcbf8] bg-[#adcbf8]"
/* SCSS */
$brand: #adcbf8;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.973)
/* Android */
Color.parseColor("#adcbf8")Accessibility — WCAG contrast
Aa
#adcbf8 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbf8 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta18.1%
Yellow0.0%
Key (black)2.7%
Color previews
#adcbf8 text on a black background
contrast 12.67:1
Card sample
#adcbf8 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbf8;
Background color
Panel with #adcbf8 background
background-color: #adcbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbf8; background: linear-gradient(135deg, #adcbf8, #C1ADF8);