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