#30baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
48, 186, 235
HSL
196°, 82%, 56%
CMYK
80, 21, 0, 8
Luminance
0.4174
Every format
| HEX | #30baeb |
| RGB | rgb(48, 186, 235) |
| HSL | hsl(196, 82%, 56%) |
| CMYK | cmyk(80%, 21%, 0%, 8%) |
| LAB | lab(70.7 -19.6 -34.6) |
| LCH | lch(70.7 39.7 240.5) |
| OKLCH | oklch(0.739 0.132 227.5) |
Copy-ready code
/* CSS */
color: #30baeb;
background-color: #30baeb;
/* Tailwind (arbitrary) */
class="text-[#30baeb] bg-[#30baeb]"
/* SCSS */
$brand: #30baeb;
/* SwiftUI */
Color(red: 0.188, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#30baeb")Accessibility — WCAG contrast
Aa
#30baeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30baeb on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green72.9%
Blue92.2%
CMYK percentages
Cyan79.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#30baeb text on a black background
contrast 9.35:1
Card sample
#30baeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30baeb;
Background color
Panel with #30baeb background
background-color: #30baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30baeb; background: linear-gradient(135deg, #30baeb, #303DEB);