#30cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
48, 205, 255
HSL
195°, 100%, 59%
CMYK
81, 20, 0, 0
Luminance
0.5151
Every format
| HEX | #30cdff |
| RGB | rgb(48, 205, 255) |
| HSL | hsl(195, 100%, 59%) |
| CMYK | cmyk(81%, 20%, 0%, 0%) |
| LAB | lab(77.0 -22.7 -35.6) |
| LCH | lch(77.0 42.2 237.5) |
| OKLCH | oklch(0.792 0.141 225.3) |
Copy-ready code
/* CSS */
color: #30cdff;
background-color: #30cdff;
/* Tailwind (arbitrary) */
class="text-[#30cdff] bg-[#30cdff]"
/* SCSS */
$brand: #30cdff;
/* SwiftUI */
Color(red: 0.188, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#30cdff")Accessibility — WCAG contrast
Aa
#30cdff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30cdff on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green80.4%
Blue100.0%
CMYK percentages
Cyan81.2%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#30cdff text on a black background
contrast 11.30:1
Card sample
#30cdff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30cdff;
Background color
Panel with #30cdff background
background-color: #30cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30cdff; background: linear-gradient(135deg, #30cdff, #3043FF);