#30f3cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
48, 243, 207
HSL
169°, 89%, 57%
CMYK
80, 0, 15, 5
Luminance
0.6923
Every format
| HEX | #30f3cf |
| RGB | rgb(48, 243, 207) |
| HSL | hsl(169, 89%, 57%) |
| CMYK | cmyk(80%, 0%, 15%, 5%) |
| LAB | lab(86.6 -54.0 4.3) |
| LCH | lch(86.6 54.2 175.5) |
| OKLCH | oklch(0.865 0.154 176.1) |
Copy-ready code
/* CSS */
color: #30f3cf;
background-color: #30f3cf;
/* Tailwind (arbitrary) */
class="text-[#30f3cf] bg-[#30f3cf]"
/* SCSS */
$brand: #30f3cf;
/* SwiftUI */
Color(red: 0.188, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#30f3cf")Accessibility — WCAG contrast
Aa
#30f3cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30f3cf on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green95.3%
Blue81.2%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#30f3cf text on a black background
contrast 14.85:1
Card sample
#30f3cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30f3cf;
Background color
Panel with #30f3cf background
background-color: #30f3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30f3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30f3cf; background: linear-gradient(135deg, #30f3cf, #3095F3);