#28cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
40, 202, 207
HSL
182°, 68%, 48%
CMYK
81, 2, 0, 19
Luminance
0.4720
Every format
| HEX | #28cacf |
| RGB | rgb(40, 202, 207) |
| HSL | hsl(182, 68%, 48%) |
| CMYK | cmyk(81%, 2%, 0%, 19%) |
| LAB | lab(74.3 -37.0 -13.9) |
| LCH | lch(74.3 39.5 200.6) |
| OKLCH | oklch(0.765 0.123 198.2) |
Copy-ready code
/* CSS */
color: #28cacf;
background-color: #28cacf;
/* Tailwind (arbitrary) */
class="text-[#28cacf] bg-[#28cacf]"
/* SCSS */
$brand: #28cacf;
/* SwiftUI */
Color(red: 0.157, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#28cacf")Accessibility — WCAG contrast
Aa
#28cacf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28cacf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green79.2%
Blue81.2%
CMYK percentages
Cyan80.7%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#28cacf text on a black background
contrast 10.44:1
Card sample
#28cacf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28cacf;
Background color
Panel with #28cacf background
background-color: #28cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28cacf; background: linear-gradient(135deg, #28cacf, #285BCF);