#28d2ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
40, 210, 172
HSL
167°, 68%, 49%
CMYK
81, 0, 18, 18
Luminance
0.4952
Every format
| HEX | #28d2ac |
| RGB | rgb(40, 210, 172) |
| HSL | hsl(167, 68%, 49%) |
| CMYK | cmyk(81%, 0%, 18%, 18%) |
| LAB | lab(75.8 -50.1 7.2) |
| LCH | lch(75.8 50.6 171.9) |
| OKLCH | oklch(0.773 0.142 172.7) |
Copy-ready code
/* CSS */
color: #28d2ac;
background-color: #28d2ac;
/* Tailwind (arbitrary) */
class="text-[#28d2ac] bg-[#28d2ac]"
/* SCSS */
$brand: #28d2ac;
/* SwiftUI */
Color(red: 0.157, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#28d2ac")Accessibility — WCAG contrast
Aa
#28d2ac on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28d2ac on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green82.4%
Blue67.5%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#28d2ac text on a black background
contrast 10.90:1
Card sample
#28d2ac text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28d2ac;
Background color
Panel with #28d2ac background
background-color: #28d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28d2ac; background: linear-gradient(135deg, #28d2ac, #2887D2);