#30bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
48, 188, 223
HSL
192°, 73%, 53%
CMYK
79, 16, 0, 13
Luminance
0.4192
Every format
| HEX | #30bcdf |
| RGB | rgb(48, 188, 223) |
| HSL | hsl(192, 73%, 53%) |
| CMYK | cmyk(79%, 16%, 0%, 13%) |
| LAB | lab(70.8 -24.5 -27.9) |
| LCH | lch(70.8 37.1 228.7) |
| OKLCH | oklch(0.739 0.123 219.3) |
Copy-ready code
/* CSS */
color: #30bcdf;
background-color: #30bcdf;
/* Tailwind (arbitrary) */
class="text-[#30bcdf] bg-[#30bcdf]"
/* SCSS */
$brand: #30bcdf;
/* SwiftUI */
Color(red: 0.188, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#30bcdf")Accessibility — WCAG contrast
Aa
#30bcdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30bcdf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green73.7%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#30bcdf text on a black background
contrast 9.38:1
Card sample
#30bcdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30bcdf;
Background color
Panel with #30bcdf background
background-color: #30bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30bcdf; background: linear-gradient(135deg, #30bcdf, #3047DF);