#addfe8
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 223, 232
HSL
189°, 56%, 79%
CMYK
25, 4, 0, 9
Luminance
0.6749
Every format
| HEX | #addfe8 |
| RGB | rgb(173, 223, 232) |
| HSL | hsl(189, 56%, 79%) |
| CMYK | cmyk(25%, 4%, 0%, 9%) |
| LAB | lab(85.8 -14.0 -9.7) |
| LCH | lch(85.8 17.0 214.5) |
| OKLCH | oklch(0.872 0.053 209.8) |
Copy-ready code
/* CSS */
color: #addfe8;
background-color: #addfe8;
/* Tailwind (arbitrary) */
class="text-[#addfe8] bg-[#addfe8]"
/* SCSS */
$brand: #addfe8;
/* SwiftUI */
Color(red: 0.678, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#addfe8")Accessibility — WCAG contrast
Aa
#addfe8 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addfe8 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.5%
Blue91.0%
CMYK percentages
Cyan25.4%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#addfe8 text on a black background
contrast 14.50:1
Card sample
#addfe8 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addfe8;
Background color
Panel with #addfe8 background
background-color: #addfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addfe8; background: linear-gradient(135deg, #addfe8, #ADB8E8);