#28ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
40, 206, 172
HSL
168°, 68%, 48%
CMYK
81, 0, 17, 19
Luminance
0.4757
Every format
| HEX | #28ceac |
| RGB | rgb(40, 206, 172) |
| HSL | hsl(168, 68%, 48%) |
| CMYK | cmyk(81%, 0%, 17%, 19%) |
| LAB | lab(74.5 -48.4 5.4) |
| LCH | lch(74.5 48.7 173.6) |
| OKLCH | oklch(0.763 0.138 174.3) |
Copy-ready code
/* CSS */
color: #28ceac;
background-color: #28ceac;
/* Tailwind (arbitrary) */
class="text-[#28ceac] bg-[#28ceac]"
/* SCSS */
$brand: #28ceac;
/* SwiftUI */
Color(red: 0.157, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#28ceac")Accessibility — WCAG contrast
Aa
#28ceac on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28ceac on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green80.8%
Blue67.5%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#28ceac text on a black background
contrast 10.51:1
Card sample
#28ceac text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28ceac;
Background color
Panel with #28ceac background
background-color: #28ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28ceac; background: linear-gradient(135deg, #28ceac, #2881CE);