#30c3df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
48, 195, 223
HSL
190°, 73%, 53%
CMYK
79, 13, 0, 13
Luminance
0.4499
Every format
| HEX | #30c3df |
| RGB | rgb(48, 195, 223) |
| HSL | hsl(190, 73%, 53%) |
| CMYK | cmyk(79%, 13%, 0%, 13%) |
| LAB | lab(72.9 -28.0 -24.7) |
| LCH | lch(72.9 37.3 221.4) |
| OKLCH | oklch(0.755 0.123 214.1) |
Copy-ready code
/* CSS */
color: #30c3df;
background-color: #30c3df;
/* Tailwind (arbitrary) */
class="text-[#30c3df] bg-[#30c3df]"
/* SCSS */
$brand: #30c3df;
/* SwiftUI */
Color(red: 0.188, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#30c3df")Accessibility — WCAG contrast
Aa
#30c3df on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30c3df on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green76.5%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#30c3df text on a black background
contrast 10.00:1
Card sample
#30c3df text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30c3df;
Background color
Panel with #30c3df background
background-color: #30c3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30c3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30c3df; background: linear-gradient(135deg, #30c3df, #304EDF);