#addfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 223, 235
HSL
192°, 61%, 80%
CMYK
26, 5, 0, 8
Luminance
0.6766
Every format
| HEX | #addfeb |
| RGB | rgb(173, 223, 235) |
| HSL | hsl(192, 61%, 80%) |
| CMYK | cmyk(26%, 5%, 0%, 8%) |
| LAB | lab(85.8 -13.3 -11.1) |
| LCH | lch(85.8 17.4 219.8) |
| OKLCH | oklch(0.873 0.054 214.0) |
Copy-ready code
/* CSS */
color: #addfeb;
background-color: #addfeb;
/* Tailwind (arbitrary) */
class="text-[#addfeb] bg-[#addfeb]"
/* SCSS */
$brand: #addfeb;
/* SwiftUI */
Color(red: 0.678, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#addfeb")Accessibility — WCAG contrast
Aa
#addfeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addfeb on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.5%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#addfeb text on a black background
contrast 14.53:1
Card sample
#addfeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addfeb;
Background color
Panel with #addfeb background
background-color: #addfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addfeb; background: linear-gradient(135deg, #addfeb, #ADB6EB);