#28afad
a dark, vivid cyan · cool · closest name: teal
RGB
40, 175, 173
HSL
179°, 63%, 42%
CMYK
77, 0, 1, 31
Luminance
0.3413
Every format
| HEX | #28afad |
| RGB | rgb(40, 175, 173) |
| HSL | hsl(179, 63%, 42%) |
| CMYK | cmyk(77%, 0%, 1%, 31%) |
| LAB | lab(65.1 -34.5 -9.1) |
| LCH | lch(65.1 35.7 194.7) |
| OKLCH | oklch(0.686 0.109 193.4) |
Copy-ready code
/* CSS */
color: #28afad;
background-color: #28afad;
/* Tailwind (arbitrary) */
class="text-[#28afad] bg-[#28afad]"
/* SCSS */
$brand: #28afad;
/* SwiftUI */
Color(red: 0.157, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#28afad")Accessibility — WCAG contrast
Aa
#28afad on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28afad on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green68.6%
Blue67.8%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow1.1%
Key (black)31.4%
Color previews
#28afad text on a black background
contrast 7.83:1
Card sample
#28afad text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28afad;
Background color
Panel with #28afad background
background-color: #28afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28afad; background: linear-gradient(135deg, #28afad, #2857AF);