#addbf6
a light, electric blue · cool · closest name: skyblue
RGB
173, 219, 246
HSL
202°, 80%, 82%
CMYK
30, 11, 0, 4
Luminance
0.6620
Every format
| HEX | #addbf6 |
| RGB | rgb(173, 219, 246) |
| HSL | hsl(202, 80%, 82%) |
| CMYK | cmyk(30%, 11%, 0%, 4%) |
| LAB | lab(85.1 -8.8 -18.0) |
| LCH | lch(85.1 20.1 244.0) |
| OKLCH | oklch(0.868 0.061 234.1) |
Copy-ready code
/* CSS */
color: #addbf6;
background-color: #addbf6;
/* Tailwind (arbitrary) */
class="text-[#addbf6] bg-[#addbf6]"
/* SCSS */
$brand: #addbf6;
/* SwiftUI */
Color(red: 0.678, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#addbf6")Accessibility — WCAG contrast
Aa
#addbf6 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addbf6 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green85.9%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta11.0%
Yellow0.0%
Key (black)3.5%
Color previews
#addbf6 text on a black background
contrast 14.24:1
Card sample
#addbf6 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addbf6;
Background color
Panel with #addbf6 background
background-color: #addbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addbf6; background: linear-gradient(135deg, #addbf6, #B0ADF6);