#30ecba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
48, 236, 186
HSL
164°, 83%, 56%
CMYK
80, 0, 21, 8
Luminance
0.6416
Every format
| HEX | #30ecba |
| RGB | rgb(48, 236, 186) |
| HSL | hsl(164, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 21%, 8%) |
| LAB | lab(84.0 -56.3 11.6) |
| LCH | lch(84.0 57.5 168.4) |
| OKLCH | oklch(0.843 0.159 169.3) |
Copy-ready code
/* CSS */
color: #30ecba;
background-color: #30ecba;
/* Tailwind (arbitrary) */
class="text-[#30ecba] bg-[#30ecba]"
/* SCSS */
$brand: #30ecba;
/* SwiftUI */
Color(red: 0.188, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#30ecba")Accessibility — WCAG contrast
Aa
#30ecba on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ecba on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green92.5%
Blue72.9%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#30ecba text on a black background
contrast 13.83:1
Card sample
#30ecba text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ecba;
Background color
Panel with #30ecba background
background-color: #30ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ecba; background: linear-gradient(135deg, #30ecba, #30A1EC);