#adcbf2
a light, vivid blue · cool · closest name: skyblue
RGB
173, 203, 242
HSL
214°, 73%, 81%
CMYK
29, 16, 0, 5
Luminance
0.5801
Every format
| HEX | #adcbf2 |
| RGB | rgb(173, 203, 242) |
| HSL | hsl(214, 73%, 81%) |
| CMYK | cmyk(29%, 16%, 0%, 5%) |
| LAB | lab(80.7 -1.3 -22.5) |
| LCH | lch(80.7 22.5 266.6) |
| OKLCH | oklch(0.833 0.064 255.1) |
Copy-ready code
/* CSS */
color: #adcbf2;
background-color: #adcbf2;
/* Tailwind (arbitrary) */
class="text-[#adcbf2] bg-[#adcbf2]"
/* SCSS */
$brand: #adcbf2;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#adcbf2")Accessibility — WCAG contrast
Aa
#adcbf2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbf2 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue94.9%
CMYK percentages
Cyan28.5%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#adcbf2 text on a black background
contrast 12.60:1
Card sample
#adcbf2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbf2;
Background color
Panel with #adcbf2 background
background-color: #adcbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbf2; background: linear-gradient(135deg, #adcbf2, #BDADF2);