#5ececf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
94, 206, 207
HSL
181°, 54%, 59%
CMYK
55, 1, 0, 19
Luminance
0.5103
Every format
| HEX | #5ececf |
| RGB | rgb(94, 206, 207) |
| HSL | hsl(181, 54%, 59%) |
| CMYK | cmyk(55%, 1%, 0%, 19%) |
| LAB | lab(76.7 -31.4 -10.2) |
| LCH | lch(76.7 33.0 198.0) |
| OKLCH | oklch(0.787 0.102 196.1) |
Copy-ready code
/* CSS */
color: #5ececf;
background-color: #5ececf;
/* Tailwind (arbitrary) */
class="text-[#5ececf] bg-[#5ececf]"
/* SCSS */
$brand: #5ececf;
/* SwiftUI */
Color(red: 0.369, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#5ececf")Accessibility — WCAG contrast
Aa
#5ececf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ececf on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.8%
Blue81.2%
CMYK percentages
Cyan54.6%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#5ececf text on a black background
contrast 11.21:1
Card sample
#5ececf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ececf;
Background color
Panel with #5ececf background
background-color: #5ececf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ececf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ececf; background: linear-gradient(135deg, #5ececf, #5E83CF);