#5c9daf
a balanced, soft cyan · cool · closest name: skyblue
RGB
92, 157, 175
HSL
193°, 34%, 52%
CMYK
47, 10, 0, 31
Luminance
0.2948
Every format
| HEX | #5c9daf |
| RGB | rgb(92, 157, 175) |
| HSL | hsl(193, 34%, 52%) |
| CMYK | cmyk(47%, 10%, 0%, 31%) |
| LAB | lab(61.2 -15.8 -15.8) |
| LCH | lch(61.2 22.4 224.9) |
| OKLCH | oklch(0.659 0.072 217.6) |
Copy-ready code
/* CSS */
color: #5c9daf;
background-color: #5c9daf;
/* Tailwind (arbitrary) */
class="text-[#5c9daf] bg-[#5c9daf]"
/* SCSS */
$brand: #5c9daf;
/* SwiftUI */
Color(red: 0.361, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#5c9daf")Accessibility — WCAG contrast
Aa
#5c9daf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c9daf on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green61.6%
Blue68.6%
CMYK percentages
Cyan47.4%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#5c9daf text on a black background
contrast 6.90:1
Card sample
#5c9daf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c9daf;
Background color
Panel with #5c9daf background
background-color: #5c9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c9daf; background: linear-gradient(135deg, #5c9daf, #5C66AF);