#5baeb8
a balanced, soft cyan · cool · closest name: skyblue
RGB
91, 174, 184
HSL
187°, 40%, 54%
CMYK
51, 5, 0, 28
Luminance
0.3596
Every format
| HEX | #5baeb8 |
| RGB | rgb(91, 174, 184) |
| HSL | hsl(187, 40%, 54%) |
| CMYK | cmyk(51%, 5%, 0%, 28%) |
| LAB | lab(66.5 -22.5 -12.9) |
| LCH | lch(66.5 25.9 209.9) |
| OKLCH | oklch(0.703 0.082 205.7) |
Copy-ready code
/* CSS */
color: #5baeb8;
background-color: #5baeb8;
/* Tailwind (arbitrary) */
class="text-[#5baeb8] bg-[#5baeb8]"
/* SCSS */
$brand: #5baeb8;
/* SwiftUI */
Color(red: 0.357, green: 0.682, blue: 0.722)
/* Android */
Color.parseColor("#5baeb8")Accessibility — WCAG contrast
Aa
#5baeb8 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5baeb8 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.2%
Blue72.2%
CMYK percentages
Cyan50.5%
Magenta5.4%
Yellow0.0%
Key (black)27.8%
Color previews
#5baeb8 text on a black background
contrast 8.19:1
Card sample
#5baeb8 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5baeb8;
Background color
Panel with #5baeb8 background
background-color: #5baeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5baeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 174, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 174, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5baeb8; background: linear-gradient(135deg, #5baeb8, #5B70B8);