#56ebdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
86, 235, 219
HSL
174°, 79%, 63%
CMYK
63, 0, 7, 8
Luminance
0.6651
Every format
| HEX | #56ebdb |
| RGB | rgb(86, 235, 219) |
| HSL | hsl(174, 79%, 63%) |
| CMYK | cmyk(63%, 0%, 7%, 8%) |
| LAB | lab(85.3 -43.0 -3.9) |
| LCH | lch(85.3 43.1 185.2) |
| OKLCH | oklch(0.857 0.128 185.1) |
Copy-ready code
/* CSS */
color: #56ebdb;
background-color: #56ebdb;
/* Tailwind (arbitrary) */
class="text-[#56ebdb] bg-[#56ebdb]"
/* SCSS */
$brand: #56ebdb;
/* SwiftUI */
Color(red: 0.337, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#56ebdb")Accessibility — WCAG contrast
Aa
#56ebdb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56ebdb on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green92.2%
Blue85.9%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#56ebdb text on a black background
contrast 14.30:1
Card sample
#56ebdb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56ebdb;
Background color
Panel with #56ebdb background
background-color: #56ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56ebdb; background: linear-gradient(135deg, #56ebdb, #5697EB);