#30beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
48, 190, 238
HSL
195°, 85%, 56%
CMYK
80, 20, 0, 7
Luminance
0.4363
Every format
| HEX | #30beee |
| RGB | rgb(48, 190, 238) |
| HSL | hsl(195, 85%, 56%) |
| CMYK | cmyk(80%, 20%, 0%, 7%) |
| LAB | lab(72.0 -20.6 -34.2) |
| LCH | lch(72.0 40.0 238.9) |
| OKLCH | oklch(0.750 0.133 226.4) |
Copy-ready code
/* CSS */
color: #30beee;
background-color: #30beee;
/* Tailwind (arbitrary) */
class="text-[#30beee] bg-[#30beee]"
/* SCSS */
$brand: #30beee;
/* SwiftUI */
Color(red: 0.188, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#30beee")Accessibility — WCAG contrast
Aa
#30beee on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30beee on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan79.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#30beee text on a black background
contrast 9.73:1
Card sample
#30beee text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30beee;
Background color
Panel with #30beee background
background-color: #30beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30beee; background: linear-gradient(135deg, #30beee, #303FEE);