#30cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
48, 207, 186
HSL
172°, 62%, 50%
CMYK
77, 0, 10, 19
Luminance
0.4880
Every format
| HEX | #30cfba |
| RGB | rgb(48, 207, 186) |
| HSL | hsl(172, 62%, 50%) |
| CMYK | cmyk(77%, 0%, 10%, 19%) |
| LAB | lab(75.3 -44.4 -1.0) |
| LCH | lch(75.3 44.4 181.3) |
| OKLCH | oklch(0.771 0.129 181.5) |
Copy-ready code
/* CSS */
color: #30cfba;
background-color: #30cfba;
/* Tailwind (arbitrary) */
class="text-[#30cfba] bg-[#30cfba]"
/* SCSS */
$brand: #30cfba;
/* SwiftUI */
Color(red: 0.188, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#30cfba")Accessibility — WCAG contrast
Aa
#30cfba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30cfba on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#30cfba text on a black background
contrast 10.76:1
Card sample
#30cfba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30cfba;
Background color
Panel with #30cfba background
background-color: #30cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30cfba; background: linear-gradient(135deg, #30cfba, #307ACF);