#30aeae
a dark, vivid cyan · cool · closest name: teal
RGB
48, 174, 174
HSL
180°, 57%, 44%
CMYK
72, 0, 0, 32
Luminance
0.3396
Every format
| HEX | #30aeae |
| RGB | rgb(48, 174, 174) |
| HSL | hsl(180, 57%, 44%) |
| CMYK | cmyk(72%, 0%, 0%, 32%) |
| LAB | lab(64.9 -32.8 -9.8) |
| LCH | lch(64.9 34.3 196.6) |
| OKLCH | oklch(0.685 0.105 195.0) |
Copy-ready code
/* CSS */
color: #30aeae;
background-color: #30aeae;
/* Tailwind (arbitrary) */
class="text-[#30aeae] bg-[#30aeae]"
/* SCSS */
$brand: #30aeae;
/* SwiftUI */
Color(red: 0.188, green: 0.682, blue: 0.682)
/* Android */
Color.parseColor("#30aeae")Accessibility — WCAG contrast
Aa
#30aeae on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30aeae on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green68.2%
Blue68.2%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow0.0%
Key (black)31.8%
Color previews
#30aeae text on a black background
contrast 7.79:1
Card sample
#30aeae text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30aeae;
Background color
Panel with #30aeae background
background-color: #30aeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30aeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 174, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 174, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30aeae; background: linear-gradient(135deg, #30aeae, #305AAE);