#30ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
48, 235, 223
HSL
176°, 82%, 56%
CMYK
80, 0, 5, 8
Luminance
0.6537
Every format
| HEX | #30ebdf |
| RGB | rgb(48, 235, 223) |
| HSL | hsl(176, 82%, 56%) |
| CMYK | cmyk(80%, 0%, 5%, 8%) |
| LAB | lab(84.7 -46.4 -7.0) |
| LCH | lch(84.7 47.0 188.5) |
| OKLCH | oklch(0.851 0.140 188.0) |
Copy-ready code
/* CSS */
color: #30ebdf;
background-color: #30ebdf;
/* Tailwind (arbitrary) */
class="text-[#30ebdf] bg-[#30ebdf]"
/* SCSS */
$brand: #30ebdf;
/* SwiftUI */
Color(red: 0.188, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#30ebdf")Accessibility — WCAG contrast
Aa
#30ebdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ebdf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#30ebdf text on a black background
contrast 14.07:1
Card sample
#30ebdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ebdf;
Background color
Panel with #30ebdf background
background-color: #30ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ebdf; background: linear-gradient(135deg, #30ebdf, #307BEB);