#adcbf3
a light, vivid blue · cool · closest name: skyblue
RGB
173, 203, 243
HSL
214°, 75%, 82%
CMYK
29, 17, 0, 5
Luminance
0.5807
Every format
| HEX | #adcbf3 |
| RGB | rgb(173, 203, 243) |
| HSL | hsl(214, 75%, 82%) |
| CMYK | cmyk(29%, 17%, 0%, 5%) |
| LAB | lab(80.8 -1.1 -23.0) |
| LCH | lch(80.8 23.0 267.3) |
| OKLCH | oklch(0.834 0.065 255.7) |
Copy-ready code
/* CSS */
color: #adcbf3;
background-color: #adcbf3;
/* Tailwind (arbitrary) */
class="text-[#adcbf3] bg-[#adcbf3]"
/* SCSS */
$brand: #adcbf3;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.953)
/* Android */
Color.parseColor("#adcbf3")Accessibility — WCAG contrast
Aa
#adcbf3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbf3 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta16.5%
Yellow0.0%
Key (black)4.7%
Color previews
#adcbf3 text on a black background
contrast 12.61:1
Card sample
#adcbf3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbf3;
Background color
Panel with #adcbf3 background
background-color: #adcbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbf3; background: linear-gradient(135deg, #adcbf3, #BEADF3);