#28eccb
a balanced, electric cyan · cool · closest name: turquoise
RGB
40, 236, 203
HSL
170°, 84%, 54%
CMYK
83, 0, 14, 8
Luminance
0.6475
Every format
| HEX | #28eccb |
| RGB | rgb(40, 236, 203) |
| HSL | hsl(170, 84%, 54%) |
| CMYK | cmyk(83%, 0%, 14%, 8%) |
| LAB | lab(84.3 -52.8 3.1) |
| LCH | lch(84.3 52.9 176.7) |
| OKLCH | oklch(0.846 0.151 177.2) |
Copy-ready code
/* CSS */
color: #28eccb;
background-color: #28eccb;
/* Tailwind (arbitrary) */
class="text-[#28eccb] bg-[#28eccb]"
/* SCSS */
$brand: #28eccb;
/* SwiftUI */
Color(red: 0.157, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#28eccb")Accessibility — WCAG contrast
Aa
#28eccb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28eccb on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green92.5%
Blue79.6%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#28eccb text on a black background
contrast 13.95:1
Card sample
#28eccb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28eccb;
Background color
Panel with #28eccb background
background-color: #28eccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28eccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28eccb; background: linear-gradient(135deg, #28eccb, #288AEC);