#5ec2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 194, 219
HSL
192°, 64%, 61%
CMYK
57, 11, 0, 14
Luminance
0.4608
Every format
| HEX | #5ec2db |
| RGB | rgb(94, 194, 219) |
| HSL | hsl(192, 64%, 61%) |
| CMYK | cmyk(57%, 11%, 0%, 14%) |
| LAB | lab(73.6 -22.1 -21.3) |
| LCH | lch(73.6 30.7 224.0) |
| OKLCH | oklch(0.764 0.100 216.5) |
Copy-ready code
/* CSS */
color: #5ec2db;
background-color: #5ec2db;
/* Tailwind (arbitrary) */
class="text-[#5ec2db] bg-[#5ec2db]"
/* SCSS */
$brand: #5ec2db;
/* SwiftUI */
Color(red: 0.369, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#5ec2db")Accessibility — WCAG contrast
Aa
#5ec2db on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ec2db on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green76.1%
Blue85.9%
CMYK percentages
Cyan57.1%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#5ec2db text on a black background
contrast 10.22:1
Card sample
#5ec2db text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ec2db;
Background color
Panel with #5ec2db background
background-color: #5ec2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ec2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ec2db; background: linear-gradient(135deg, #5ec2db, #5E6FDB);