#28bf9d
a balanced, vivid cyan · cool · closest name: turquoise
RGB
40, 191, 157
HSL
167°, 65%, 45%
CMYK
79, 0, 18, 25
Luminance
0.4015
Every format
| HEX | #28bf9d |
| RGB | rgb(40, 191, 157) |
| HSL | hsl(167, 65%, 45%) |
| CMYK | cmyk(79%, 0%, 18%, 25%) |
| LAB | lab(69.6 -46.0 6.4) |
| LCH | lch(69.6 46.4 172.1) |
| OKLCH | oklch(0.721 0.130 172.9) |
Copy-ready code
/* CSS */
color: #28bf9d;
background-color: #28bf9d;
/* Tailwind (arbitrary) */
class="text-[#28bf9d] bg-[#28bf9d]"
/* SCSS */
$brand: #28bf9d;
/* SwiftUI */
Color(red: 0.157, green: 0.749, blue: 0.616)
/* Android */
Color.parseColor("#28bf9d")Accessibility — WCAG contrast
Aa
#28bf9d on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28bf9d on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green74.9%
Blue61.6%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow17.8%
Key (black)25.1%
Color previews
#28bf9d text on a black background
contrast 9.03:1
Card sample
#28bf9d text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28bf9d;
Background color
Panel with #28bf9d background
background-color: #28bf9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28bf9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 191, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 191, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28bf9d; background: linear-gradient(135deg, #28bf9d, #287CBF);