#addbf8
a light, electric blue · cool · closest name: skyblue
RGB
173, 219, 248
HSL
203°, 84%, 83%
CMYK
30, 12, 0, 3
Luminance
0.6632
Every format
| HEX | #addbf8 |
| RGB | rgb(173, 219, 248) |
| HSL | hsl(203, 84%, 83%) |
| CMYK | cmyk(30%, 12%, 0%, 3%) |
| LAB | lab(85.2 -8.3 -19.0) |
| LCH | lch(85.2 20.7 246.4) |
| OKLCH | oklch(0.869 0.063 236.1) |
Copy-ready code
/* CSS */
color: #addbf8;
background-color: #addbf8;
/* Tailwind (arbitrary) */
class="text-[#addbf8] bg-[#addbf8]"
/* SCSS */
$brand: #addbf8;
/* SwiftUI */
Color(red: 0.678, green: 0.859, blue: 0.973)
/* Android */
Color.parseColor("#addbf8")Accessibility — WCAG contrast
Aa
#addbf8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addbf8 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green85.9%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta11.7%
Yellow0.0%
Key (black)2.7%
Color previews
#addbf8 text on a black background
contrast 14.26:1
Card sample
#addbf8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addbf8;
Background color
Panel with #addbf8 background
background-color: #addbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 219, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 219, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addbf8; background: linear-gradient(135deg, #addbf8, #B1ADF8);