#30b9da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
48, 185, 218
HSL
192°, 70%, 52%
CMYK
78, 15, 0, 15
Luminance
0.4039
Every format
| HEX | #30b9da |
| RGB | rgb(48, 185, 218) |
| HSL | hsl(192, 70%, 52%) |
| CMYK | cmyk(78%, 15%, 0%, 15%) |
| LAB | lab(69.7 -24.6 -26.8) |
| LCH | lch(69.7 36.4 227.4) |
| OKLCH | oklch(0.729 0.120 218.4) |
Copy-ready code
/* CSS */
color: #30b9da;
background-color: #30b9da;
/* Tailwind (arbitrary) */
class="text-[#30b9da] bg-[#30b9da]"
/* SCSS */
$brand: #30b9da;
/* SwiftUI */
Color(red: 0.188, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#30b9da")Accessibility — WCAG contrast
Aa
#30b9da on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30b9da on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green72.5%
Blue85.5%
CMYK percentages
Cyan78.0%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#30b9da text on a black background
contrast 9.08:1
Card sample
#30b9da text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30b9da;
Background color
Panel with #30b9da background
background-color: #30b9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30b9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30b9da; background: linear-gradient(135deg, #30b9da, #3048DA);