#56f3df
a balanced, electric cyan · cool · closest name: turquoise
RGB
86, 243, 223
HSL
172°, 87%, 65%
CMYK
65, 0, 8, 5
Luminance
0.7141
Every format
| HEX | #56f3df |
| RGB | rgb(86, 243, 223) |
| HSL | hsl(172, 87%, 65%) |
| CMYK | cmyk(65%, 0%, 8%, 5%) |
| LAB | lab(87.7 -45.4 -2.5) |
| LCH | lch(87.7 45.5 183.1) |
| OKLCH | oklch(0.877 0.133 183.2) |
Copy-ready code
/* CSS */
color: #56f3df;
background-color: #56f3df;
/* Tailwind (arbitrary) */
class="text-[#56f3df] bg-[#56f3df]"
/* SCSS */
$brand: #56f3df;
/* SwiftUI */
Color(red: 0.337, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#56f3df")Accessibility — WCAG contrast
Aa
#56f3df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56f3df on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green95.3%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#56f3df text on a black background
contrast 15.28:1
Card sample
#56f3df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56f3df;
Background color
Panel with #56f3df background
background-color: #56f3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56f3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56f3df; background: linear-gradient(135deg, #56f3df, #569EF3);