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