#5fcfd7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 207, 215
HSL
184°, 60%, 61%
CMYK
56, 4, 0, 16
Luminance
0.5196
Every format
| HEX | #5fcfd7 |
| RGB | rgb(95, 207, 215) |
| HSL | hsl(184, 60%, 61%) |
| CMYK | cmyk(56%, 4%, 0%, 16%) |
| LAB | lab(77.3 -29.5 -13.6) |
| LCH | lch(77.3 32.5 204.8) |
| OKLCH | oklch(0.793 0.102 201.7) |
Copy-ready code
/* CSS */
color: #5fcfd7;
background-color: #5fcfd7;
/* Tailwind (arbitrary) */
class="text-[#5fcfd7] bg-[#5fcfd7]"
/* SCSS */
$brand: #5fcfd7;
/* SwiftUI */
Color(red: 0.373, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#5fcfd7")Accessibility — WCAG contrast
Aa
#5fcfd7 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcfd7 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green81.2%
Blue84.3%
CMYK percentages
Cyan55.8%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#5fcfd7 text on a black background
contrast 11.39:1
Card sample
#5fcfd7 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcfd7;
Background color
Panel with #5fcfd7 background
background-color: #5fcfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcfd7; background: linear-gradient(135deg, #5fcfd7, #5F7FD7);