#8badbb
a balanced, soft cyan · cool · closest name: skyblue
RGB
139, 173, 187
HSL
198°, 26%, 64%
CMYK
26, 8, 0, 27
Luminance
0.3896
Every format
| HEX | #8badbb |
| RGB | rgb(139, 173, 187) |
| HSL | hsl(198, 26%, 64%) |
| CMYK | cmyk(26%, 8%, 0%, 27%) |
| LAB | lab(68.7 -8.3 -11.0) |
| LCH | lch(68.7 13.8 232.8) |
| OKLCH | oklch(0.727 0.042 224.9) |
Copy-ready code
/* CSS */
color: #8badbb;
background-color: #8badbb;
/* Tailwind (arbitrary) */
class="text-[#8badbb] bg-[#8badbb]"
/* SCSS */
$brand: #8badbb;
/* SwiftUI */
Color(red: 0.545, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#8badbb")Accessibility — WCAG contrast
Aa
#8badbb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8badbb on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.8%
Blue73.3%
CMYK percentages
Cyan25.7%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#8badbb text on a black background
contrast 8.79:1
Card sample
#8badbb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8badbb;
Background color
Panel with #8badbb background
background-color: #8badbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8badbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8badbb; background: linear-gradient(135deg, #8badbb, #8B8DBB);