#30fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
48, 252, 235
HSL
175°, 97%, 59%
CMYK
81, 0, 7, 1
Luminance
0.7625
Every format
| HEX | #30fceb |
| RGB | rgb(48, 252, 235) |
| HSL | hsl(175, 97%, 59%) |
| CMYK | cmyk(81%, 0%, 7%, 1%) |
| LAB | lab(90.0 -50.4 -5.4) |
| LCH | lch(90.0 50.7 186.1) |
| OKLCH | oklch(0.895 0.150 185.9) |
Copy-ready code
/* CSS */
color: #30fceb;
background-color: #30fceb;
/* Tailwind (arbitrary) */
class="text-[#30fceb] bg-[#30fceb]"
/* SCSS */
$brand: #30fceb;
/* SwiftUI */
Color(red: 0.188, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#30fceb")Accessibility — WCAG contrast
Aa
#30fceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30fceb on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#30fceb text on a black background
contrast 16.25:1
Card sample
#30fceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30fceb;
Background color
Panel with #30fceb background
background-color: #30fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30fceb; background: linear-gradient(135deg, #30fceb, #3085FC);