#30ecbe
a balanced, electric cyan · cool · closest name: aquamarine
RGB
48, 236, 190
HSL
165°, 83%, 56%
CMYK
80, 0, 20, 8
Luminance
0.6434
Every format
| HEX | #30ecbe |
| RGB | rgb(48, 236, 190) |
| HSL | hsl(165, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 20%, 8%) |
| LAB | lab(84.1 -55.4 9.6) |
| LCH | lch(84.1 56.2 170.2) |
| OKLCH | oklch(0.844 0.157 171.0) |
Copy-ready code
/* CSS */
color: #30ecbe;
background-color: #30ecbe;
/* Tailwind (arbitrary) */
class="text-[#30ecbe] bg-[#30ecbe]"
/* SCSS */
$brand: #30ecbe;
/* SwiftUI */
Color(red: 0.188, green: 0.925, blue: 0.745)
/* Android */
Color.parseColor("#30ecbe")Accessibility — WCAG contrast
Aa
#30ecbe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ecbe on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green92.5%
Blue74.5%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow19.5%
Key (black)7.5%
Color previews
#30ecbe text on a black background
contrast 13.87:1
Card sample
#30ecbe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ecbe;
Background color
Panel with #30ecbe background
background-color: #30ecbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ecbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 236, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 236, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ecbe; background: linear-gradient(135deg, #30ecbe, #309DEC);