#28bfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
40, 191, 173
HSL
173°, 65%, 45%
CMYK
79, 0, 9, 25
Luminance
0.4073
Every format
| HEX | #28bfad |
| RGB | rgb(40, 191, 173) |
| HSL | hsl(173, 65%, 45%) |
| CMYK | cmyk(79%, 0%, 9%, 25%) |
| LAB | lab(70.0 -41.8 -1.8) |
| LCH | lch(70.0 41.8 182.4) |
| OKLCH | oklch(0.726 0.122 182.6) |
Copy-ready code
/* CSS */
color: #28bfad;
background-color: #28bfad;
/* Tailwind (arbitrary) */
class="text-[#28bfad] bg-[#28bfad]"
/* SCSS */
$brand: #28bfad;
/* SwiftUI */
Color(red: 0.157, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#28bfad")Accessibility — WCAG contrast
Aa
#28bfad on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28bfad on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green74.9%
Blue67.8%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow9.4%
Key (black)25.1%
Color previews
#28bfad text on a black background
contrast 9.15:1
Card sample
#28bfad text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28bfad;
Background color
Panel with #28bfad background
background-color: #28bfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28bfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28bfad; background: linear-gradient(135deg, #28bfad, #286CBF);