#addbf4
a light, electric blue · cool · closest name: skyblue
RGB
173, 219, 244
HSL
201°, 76%, 82%
CMYK
29, 10, 0, 4
Luminance
0.6608
Every format
| HEX | #addbf4 |
| RGB | rgb(173, 219, 244) |
| HSL | hsl(201, 76%, 82%) |
| CMYK | cmyk(29%, 10%, 0%, 4%) |
| LAB | lab(85.0 -9.2 -17.1) |
| LCH | lch(85.0 19.4 241.6) |
| OKLCH | oklch(0.867 0.059 232.1) |
Copy-ready code
/* CSS */
color: #addbf4;
background-color: #addbf4;
/* Tailwind (arbitrary) */
class="text-[#addbf4] bg-[#addbf4]"
/* SCSS */
$brand: #addbf4;
/* SwiftUI */
Color(red: 0.678, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#addbf4")Accessibility — WCAG contrast
Aa
#addbf4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addbf4 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green85.9%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#addbf4 text on a black background
contrast 14.22:1
Card sample
#addbf4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addbf4;
Background color
Panel with #addbf4 background
background-color: #addbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addbf4; background: linear-gradient(135deg, #addbf4, #AEADF4);