#30ccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
48, 204, 186
HSL
173°, 62%, 49%
CMYK
77, 0, 9, 20
Luminance
0.4736
Every format
| HEX | #30ccba |
| RGB | rgb(48, 204, 186) |
| HSL | hsl(173, 62%, 49%) |
| CMYK | cmyk(77%, 0%, 9%, 20%) |
| LAB | lab(74.4 -43.1 -2.3) |
| LCH | lch(74.4 43.1 183.1) |
| OKLCH | oklch(0.764 0.126 183.2) |
Copy-ready code
/* CSS */
color: #30ccba;
background-color: #30ccba;
/* Tailwind (arbitrary) */
class="text-[#30ccba] bg-[#30ccba]"
/* SCSS */
$brand: #30ccba;
/* SwiftUI */
Color(red: 0.188, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#30ccba")Accessibility — WCAG contrast
Aa
#30ccba on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ccba on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green80.0%
Blue72.9%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#30ccba text on a black background
contrast 10.47:1
Card sample
#30ccba text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ccba;
Background color
Panel with #30ccba background
background-color: #30ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ccba; background: linear-gradient(135deg, #30ccba, #3076CC);