#5fb6d3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 182, 211
HSL
195°, 57%, 60%
CMYK
55, 14, 0, 17
Luminance
0.4059
Every format
| HEX | #5fb6d3 |
| RGB | rgb(95, 182, 211) |
| HSL | hsl(195, 57%, 60%) |
| CMYK | cmyk(55%, 14%, 0%, 17%) |
| LAB | lab(69.9 -18.1 -22.6) |
| LCH | lch(69.9 28.9 231.4) |
| OKLCH | oklch(0.733 0.093 222.2) |
Copy-ready code
/* CSS */
color: #5fb6d3;
background-color: #5fb6d3;
/* Tailwind (arbitrary) */
class="text-[#5fb6d3] bg-[#5fb6d3]"
/* SCSS */
$brand: #5fb6d3;
/* SwiftUI */
Color(red: 0.373, green: 0.714, blue: 0.827)
/* Android */
Color.parseColor("#5fb6d3")Accessibility — WCAG contrast
Aa
#5fb6d3 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fb6d3 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green71.4%
Blue82.7%
CMYK percentages
Cyan55.0%
Magenta13.7%
Yellow0.0%
Key (black)17.3%
Color previews
#5fb6d3 text on a black background
contrast 9.12:1
Card sample
#5fb6d3 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fb6d3;
Background color
Panel with #5fb6d3 background
background-color: #5fb6d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fb6d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 182, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 182, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fb6d3; background: linear-gradient(135deg, #5fb6d3, #5F69D3);