#addfe4
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 223, 228
HSL
186°, 51%, 79%
CMYK
24, 2, 0, 11
Luminance
0.6726
Every format
| HEX | #addfe4 |
| RGB | rgb(173, 223, 228) |
| HSL | hsl(186, 51%, 79%) |
| CMYK | cmyk(24%, 2%, 0%, 11%) |
| LAB | lab(85.6 -14.9 -7.7) |
| LCH | lch(85.6 16.8 207.3) |
| OKLCH | oklch(0.871 0.052 203.9) |
Copy-ready code
/* CSS */
color: #addfe4;
background-color: #addfe4;
/* Tailwind (arbitrary) */
class="text-[#addfe4] bg-[#addfe4]"
/* SCSS */
$brand: #addfe4;
/* SwiftUI */
Color(red: 0.678, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#addfe4")Accessibility — WCAG contrast
Aa
#addfe4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addfe4 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.5%
Blue89.4%
CMYK percentages
Cyan24.1%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#addfe4 text on a black background
contrast 14.45:1
Card sample
#addfe4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addfe4;
Background color
Panel with #addfe4 background
background-color: #addfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addfe4; background: linear-gradient(135deg, #addfe4, #ADBAE4);