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