#30cfb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
48, 207, 178
HSL
169°, 62%, 50%
CMYK
77, 0, 14, 19
Luminance
0.4847
Every format
| HEX | #30cfb2 |
| RGB | rgb(48, 207, 178) |
| HSL | hsl(169, 62%, 50%) |
| CMYK | cmyk(77%, 0%, 14%, 19%) |
| LAB | lab(75.1 -46.5 3.0) |
| LCH | lch(75.1 46.6 176.3) |
| OKLCH | oklch(0.769 0.133 176.9) |
Copy-ready code
/* CSS */
color: #30cfb2;
background-color: #30cfb2;
/* Tailwind (arbitrary) */
class="text-[#30cfb2] bg-[#30cfb2]"
/* SCSS */
$brand: #30cfb2;
/* SwiftUI */
Color(red: 0.188, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#30cfb2")Accessibility — WCAG contrast
Aa
#30cfb2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30cfb2 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green81.2%
Blue69.8%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#30cfb2 text on a black background
contrast 10.69:1
Card sample
#30cfb2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30cfb2;
Background color
Panel with #30cfb2 background
background-color: #30cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30cfb2; background: linear-gradient(135deg, #30cfb2, #3082CF);