#5fcbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 203, 223
HSL
189°, 67%, 62%
CMYK
57, 9, 0, 13
Luminance
0.5047
Every format
| HEX | #5fcbdf |
| RGB | rgb(95, 203, 223) |
| HSL | hsl(189, 67%, 62%) |
| CMYK | cmyk(57%, 9%, 0%, 13%) |
| LAB | lab(76.4 -25.3 -19.3) |
| LCH | lch(76.4 31.8 217.3) |
| OKLCH | oklch(0.786 0.102 211.5) |
Copy-ready code
/* CSS */
color: #5fcbdf;
background-color: #5fcbdf;
/* Tailwind (arbitrary) */
class="text-[#5fcbdf] bg-[#5fcbdf]"
/* SCSS */
$brand: #5fcbdf;
/* SwiftUI */
Color(red: 0.373, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#5fcbdf")Accessibility — WCAG contrast
Aa
#5fcbdf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcbdf on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5fcbdf text on a black background
contrast 11.09:1
Card sample
#5fcbdf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcbdf;
Background color
Panel with #5fcbdf background
background-color: #5fcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcbdf; background: linear-gradient(135deg, #5fcbdf, #5F76DF);