#5fcfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 207, 223
HSL
188°, 67%, 62%
CMYK
57, 7, 0, 13
Luminance
0.5239
Every format
| HEX | #5fcfdf |
| RGB | rgb(95, 207, 223) |
| HSL | hsl(188, 67%, 62%) |
| CMYK | cmyk(57%, 7%, 0%, 13%) |
| LAB | lab(77.5 -27.3 -17.6) |
| LCH | lch(77.5 32.5 212.8) |
| OKLCH | oklch(0.796 0.104 207.9) |
Copy-ready code
/* CSS */
color: #5fcfdf;
background-color: #5fcfdf;
/* Tailwind (arbitrary) */
class="text-[#5fcfdf] bg-[#5fcfdf]"
/* SCSS */
$brand: #5fcfdf;
/* SwiftUI */
Color(red: 0.373, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#5fcfdf")Accessibility — WCAG contrast
Aa
#5fcfdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcfdf on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#5fcfdf text on a black background
contrast 11.48:1
Card sample
#5fcfdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcfdf;
Background color
Panel with #5fcfdf background
background-color: #5fcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcfdf; background: linear-gradient(135deg, #5fcfdf, #5F7ADF);