#5fadcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 173, 205
HSL
198°, 52%, 59%
CMYK
54, 16, 0, 20
Luminance
0.3673
Every format
| HEX | #5fadcd |
| RGB | rgb(95, 173, 205) |
| HSL | hsl(198, 52%, 59%) |
| CMYK | cmyk(54%, 16%, 0%, 20%) |
| LAB | lab(67.1 -15.1 -23.6) |
| LCH | lch(67.1 28.0 237.4) |
| OKLCH | oklch(0.710 0.090 226.9) |
Copy-ready code
/* CSS */
color: #5fadcd;
background-color: #5fadcd;
/* Tailwind (arbitrary) */
class="text-[#5fadcd] bg-[#5fadcd]"
/* SCSS */
$brand: #5fadcd;
/* SwiftUI */
Color(red: 0.373, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#5fadcd")Accessibility — WCAG contrast
Aa
#5fadcd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fadcd on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.8%
Blue80.4%
CMYK percentages
Cyan53.7%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#5fadcd text on a black background
contrast 8.35:1
Card sample
#5fadcd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fadcd;
Background color
Panel with #5fadcd background
background-color: #5fadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fadcd; background: linear-gradient(135deg, #5fadcd, #5F63CD);