#5a9dae
a balanced, soft cyan · cool · closest name: teal
RGB
90, 157, 174
HSL
192°, 34%, 52%
CMYK
48, 10, 0, 32
Luminance
0.2934
Every format
| HEX | #5a9dae |
| RGB | rgb(90, 157, 174) |
| HSL | hsl(192, 34%, 52%) |
| CMYK | cmyk(48%, 10%, 0%, 32%) |
| LAB | lab(61.1 -16.6 -15.4) |
| LCH | lch(61.1 22.7 222.9) |
| OKLCH | oklch(0.658 0.073 216.0) |
Copy-ready code
/* CSS */
color: #5a9dae;
background-color: #5a9dae;
/* Tailwind (arbitrary) */
class="text-[#5a9dae] bg-[#5a9dae]"
/* SCSS */
$brand: #5a9dae;
/* SwiftUI */
Color(red: 0.353, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#5a9dae")Accessibility — WCAG contrast
Aa
#5a9dae on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5a9dae on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green61.6%
Blue68.2%
CMYK percentages
Cyan48.3%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#5a9dae text on a black background
contrast 6.87:1
Card sample
#5a9dae text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a9dae;
Background color
Panel with #5a9dae background
background-color: #5a9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a9dae; background: linear-gradient(135deg, #5a9dae, #5A65AE);