#addbf3
a light, vivid blue · cool · closest name: skyblue
RGB
173, 219, 243
HSL
201°, 75%, 82%
CMYK
29, 10, 0, 5
Luminance
0.6602
Every format
| HEX | #addbf3 |
| RGB | rgb(173, 219, 243) |
| HSL | hsl(201, 75%, 82%) |
| CMYK | cmyk(29%, 10%, 0%, 5%) |
| LAB | lab(85.0 -9.5 -16.6) |
| LCH | lch(85.0 19.1 240.3) |
| OKLCH | oklch(0.867 0.058 231.0) |
Copy-ready code
/* CSS */
color: #addbf3;
background-color: #addbf3;
/* Tailwind (arbitrary) */
class="text-[#addbf3] bg-[#addbf3]"
/* SCSS */
$brand: #addbf3;
/* SwiftUI */
Color(red: 0.678, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#addbf3")Accessibility — WCAG contrast
Aa
#addbf3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addbf3 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green85.9%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#addbf3 text on a black background
contrast 14.20:1
Card sample
#addbf3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addbf3;
Background color
Panel with #addbf3 background
background-color: #addbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addbf3; background: linear-gradient(135deg, #addbf3, #AEADF3);