#addbf9
a light, electric blue · cool · closest name: skyblue
RGB
173, 219, 249
HSL
204°, 86%, 83%
CMYK
31, 12, 0, 2
Luminance
0.6639
Every format
| HEX | #addbf9 |
| RGB | rgb(173, 219, 249) |
| HSL | hsl(204, 86%, 83%) |
| CMYK | cmyk(31%, 12%, 0%, 2%) |
| LAB | lab(85.2 -8.1 -19.5) |
| LCH | lch(85.2 21.1 247.5) |
| OKLCH | oklch(0.869 0.064 237.1) |
Copy-ready code
/* CSS */
color: #addbf9;
background-color: #addbf9;
/* Tailwind (arbitrary) */
class="text-[#addbf9] bg-[#addbf9]"
/* SCSS */
$brand: #addbf9;
/* SwiftUI */
Color(red: 0.678, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#addbf9")Accessibility — WCAG contrast
Aa
#addbf9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addbf9 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green85.9%
Blue97.6%
CMYK percentages
Cyan30.5%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#addbf9 text on a black background
contrast 14.28:1
Card sample
#addbf9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addbf9;
Background color
Panel with #addbf9 background
background-color: #addbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addbf9; background: linear-gradient(135deg, #addbf9, #B1ADF9);