#5fbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 191, 223
HSL
195°, 67%, 62%
CMYK
57, 14, 0, 13
Luminance
0.4502
Every format
| HEX | #5fbfdf |
| RGB | rgb(95, 191, 223) |
| HSL | hsl(195, 67%, 62%) |
| CMYK | cmyk(57%, 14%, 0%, 13%) |
| LAB | lab(72.9 -19.2 -24.6) |
| LCH | lch(72.9 31.2 231.9) |
| OKLCH | oklch(0.759 0.101 222.5) |
Copy-ready code
/* CSS */
color: #5fbfdf;
background-color: #5fbfdf;
/* Tailwind (arbitrary) */
class="text-[#5fbfdf] bg-[#5fbfdf]"
/* SCSS */
$brand: #5fbfdf;
/* SwiftUI */
Color(red: 0.373, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#5fbfdf")Accessibility — WCAG contrast
Aa
#5fbfdf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbfdf on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green74.9%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5fbfdf text on a black background
contrast 10.00:1
Card sample
#5fbfdf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbfdf;
Background color
Panel with #5fbfdf background
background-color: #5fbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbfdf; background: linear-gradient(135deg, #5fbfdf, #5F6ADF);