#30bafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
48, 186, 253
HSL
200°, 98%, 59%
CMYK
81, 27, 0, 1
Luminance
0.4284
Every format
| HEX | #30bafd |
| RGB | rgb(48, 186, 253) |
| HSL | hsl(200, 98%, 59%) |
| CMYK | cmyk(81%, 27%, 0%, 1%) |
| LAB | lab(71.4 -13.5 -43.2) |
| LCH | lch(71.4 45.2 252.7) |
| OKLCH | oklch(0.748 0.147 235.8) |
Copy-ready code
/* CSS */
color: #30bafd;
background-color: #30bafd;
/* Tailwind (arbitrary) */
class="text-[#30bafd] bg-[#30bafd]"
/* SCSS */
$brand: #30bafd;
/* SwiftUI */
Color(red: 0.188, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#30bafd")Accessibility — WCAG contrast
Aa
#30bafd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30bafd on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green72.9%
Blue99.2%
CMYK percentages
Cyan81.0%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#30bafd text on a black background
contrast 9.57:1
Card sample
#30bafd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30bafd;
Background color
Panel with #30bafd background
background-color: #30bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30bafd; background: linear-gradient(135deg, #30bafd, #3031FD);