#30dcea
a balanced, electric cyan · cool · closest name: cyan
RGB
48, 220, 234
HSL
185°, 82%, 55%
CMYK
80, 6, 0, 8
Luminance
0.5776
Every format
| HEX | #30dcea |
| RGB | rgb(48, 220, 234) |
| HSL | hsl(185, 82%, 55%) |
| CMYK | cmyk(80%, 6%, 0%, 8%) |
| LAB | lab(80.6 -36.6 -18.9) |
| LCH | lch(80.6 41.2 207.3) |
| OKLCH | oklch(0.819 0.132 203.5) |
Copy-ready code
/* CSS */
color: #30dcea;
background-color: #30dcea;
/* Tailwind (arbitrary) */
class="text-[#30dcea] bg-[#30dcea]"
/* SCSS */
$brand: #30dcea;
/* SwiftUI */
Color(red: 0.188, green: 0.863, blue: 0.918)
/* Android */
Color.parseColor("#30dcea")Accessibility — WCAG contrast
Aa
#30dcea on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30dcea on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green86.3%
Blue91.8%
CMYK percentages
Cyan79.5%
Magenta6.0%
Yellow0.0%
Key (black)8.2%
Color previews
#30dcea text on a black background
contrast 12.55:1
Card sample
#30dcea text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30dcea;
Background color
Panel with #30dcea background
background-color: #30dcea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30dcea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 220, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 220, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30dcea; background: linear-gradient(135deg, #30dcea, #3060EA);