#5fadc2
a balanced, soft cyan · cool · closest name: skyblue
RGB
95, 173, 194
HSL
193°, 45%, 57%
CMYK
51, 11, 0, 24
Luminance
0.3622
Every format
| HEX | #5fadc2 |
| RGB | rgb(95, 173, 194) |
| HSL | hsl(193, 45%, 57%) |
| CMYK | cmyk(51%, 11%, 0%, 24%) |
| LAB | lab(66.7 -18.3 -18.1) |
| LCH | lch(66.7 25.7 224.8) |
| OKLCH | oklch(0.706 0.083 217.3) |
Copy-ready code
/* CSS */
color: #5fadc2;
background-color: #5fadc2;
/* Tailwind (arbitrary) */
class="text-[#5fadc2] bg-[#5fadc2]"
/* SCSS */
$brand: #5fadc2;
/* SwiftUI */
Color(red: 0.373, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#5fadc2")Accessibility — WCAG contrast
Aa
#5fadc2 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fadc2 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.8%
Blue76.1%
CMYK percentages
Cyan51.0%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#5fadc2 text on a black background
contrast 8.24:1
Card sample
#5fadc2 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fadc2;
Background color
Panel with #5fadc2 background
background-color: #5fadc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fadc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fadc2; background: linear-gradient(135deg, #5fadc2, #5F6BC2);