#30efcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
48, 239, 207
HSL
170°, 86%, 56%
CMYK
80, 0, 13, 6
Luminance
0.6687
Every format
| HEX | #30efcf |
| RGB | rgb(48, 239, 207) |
| HSL | hsl(170, 86%, 56%) |
| CMYK | cmyk(80%, 0%, 13%, 6%) |
| LAB | lab(85.4 -52.4 2.6) |
| LCH | lch(85.4 52.4 177.2) |
| OKLCH | oklch(0.856 0.150 177.7) |
Copy-ready code
/* CSS */
color: #30efcf;
background-color: #30efcf;
/* Tailwind (arbitrary) */
class="text-[#30efcf] bg-[#30efcf]"
/* SCSS */
$brand: #30efcf;
/* SwiftUI */
Color(red: 0.188, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#30efcf")Accessibility — WCAG contrast
Aa
#30efcf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30efcf on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green93.7%
Blue81.2%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#30efcf text on a black background
contrast 14.37:1
Card sample
#30efcf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30efcf;
Background color
Panel with #30efcf background
background-color: #30efcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30efcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30efcf; background: linear-gradient(135deg, #30efcf, #3090EF);