#30c1ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
48, 193, 255
HSL
198°, 100%, 59%
CMYK
81, 24, 0, 0
Luminance
0.4599
Every format
| HEX | #30c1ff |
| RGB | rgb(48, 193, 255) |
| HSL | hsl(198, 100%, 59%) |
| CMYK | cmyk(81%, 24%, 0%, 0%) |
| LAB | lab(73.5 -16.5 -41.0) |
| LCH | lch(73.5 44.2 248.0) |
| OKLCH | oklch(0.764 0.145 232.6) |
Copy-ready code
/* CSS */
color: #30c1ff;
background-color: #30c1ff;
/* Tailwind (arbitrary) */
class="text-[#30c1ff] bg-[#30c1ff]"
/* SCSS */
$brand: #30c1ff;
/* SwiftUI */
Color(red: 0.188, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#30c1ff")Accessibility — WCAG contrast
Aa
#30c1ff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30c1ff on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green75.7%
Blue100.0%
CMYK percentages
Cyan81.2%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#30c1ff text on a black background
contrast 10.20:1
Card sample
#30c1ff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30c1ff;
Background color
Panel with #30c1ff background
background-color: #30c1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30c1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30c1ff; background: linear-gradient(135deg, #30c1ff, #3037FF);