#28eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
40, 236, 205
HSL
171°, 84%, 54%
CMYK
83, 0, 13, 8
Luminance
0.6485
Every format
| HEX | #28eccd |
| RGB | rgb(40, 236, 205) |
| HSL | hsl(171, 84%, 54%) |
| CMYK | cmyk(83%, 0%, 13%, 8%) |
| LAB | lab(84.4 -52.3 2.1) |
| LCH | lch(84.4 52.3 177.7) |
| OKLCH | oklch(0.847 0.150 178.2) |
Copy-ready code
/* CSS */
color: #28eccd;
background-color: #28eccd;
/* Tailwind (arbitrary) */
class="text-[#28eccd] bg-[#28eccd]"
/* SCSS */
$brand: #28eccd;
/* SwiftUI */
Color(red: 0.157, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#28eccd")Accessibility — WCAG contrast
Aa
#28eccd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28eccd on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green92.5%
Blue80.4%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#28eccd text on a black background
contrast 13.97:1
Card sample
#28eccd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28eccd;
Background color
Panel with #28eccd background
background-color: #28eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28eccd; background: linear-gradient(135deg, #28eccd, #2888EC);