#30dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
48, 223, 188
HSL
168°, 73%, 53%
CMYK
79, 0, 16, 13
Luminance
0.5703
Every format
| HEX | #30dfbc |
| RGB | rgb(48, 223, 188) |
| HSL | hsl(168, 73%, 53%) |
| CMYK | cmyk(79%, 0%, 16%, 13%) |
| LAB | lab(80.2 -50.6 5.0) |
| LCH | lch(80.2 50.9 174.3) |
| OKLCH | oklch(0.811 0.144 175.0) |
Copy-ready code
/* CSS */
color: #30dfbc;
background-color: #30dfbc;
/* Tailwind (arbitrary) */
class="text-[#30dfbc] bg-[#30dfbc]"
/* SCSS */
$brand: #30dfbc;
/* SwiftUI */
Color(red: 0.188, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#30dfbc")Accessibility — WCAG contrast
Aa
#30dfbc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30dfbc on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#30dfbc text on a black background
contrast 12.41:1
Card sample
#30dfbc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30dfbc;
Background color
Panel with #30dfbc background
background-color: #30dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30dfbc; background: linear-gradient(135deg, #30dfbc, #308DDF);