#30afbc
a balanced, vivid cyan · cool · closest name: teal
RGB
48, 175, 188
HSL
186°, 59%, 46%
CMYK
75, 7, 0, 26
Luminance
0.3492
Every format
| HEX | #30afbc |
| RGB | rgb(48, 175, 188) |
| HSL | hsl(186, 59%, 46%) |
| CMYK | cmyk(75%, 7%, 0%, 26%) |
| LAB | lab(65.7 -29.1 -16.4) |
| LCH | lch(65.7 33.4 209.5) |
| OKLCH | oklch(0.693 0.107 205.3) |
Copy-ready code
/* CSS */
color: #30afbc;
background-color: #30afbc;
/* Tailwind (arbitrary) */
class="text-[#30afbc] bg-[#30afbc]"
/* SCSS */
$brand: #30afbc;
/* SwiftUI */
Color(red: 0.188, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#30afbc")Accessibility — WCAG contrast
Aa
#30afbc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30afbc on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green68.6%
Blue73.7%
CMYK percentages
Cyan74.5%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#30afbc text on a black background
contrast 7.98:1
Card sample
#30afbc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30afbc;
Background color
Panel with #30afbc background
background-color: #30afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30afbc; background: linear-gradient(135deg, #30afbc, #3052BC);