#30a7be
a balanced, vivid cyan · cool · closest name: skyblue
RGB
48, 167, 190
HSL
190°, 60%, 47%
CMYK
75, 12, 0, 26
Luminance
0.3198
Every format
| HEX | #30a7be |
| RGB | rgb(48, 167, 190) |
| HSL | hsl(190, 60%, 47%) |
| CMYK | cmyk(75%, 12%, 0%, 26%) |
| LAB | lab(63.3 -24.5 -21.1) |
| LCH | lch(63.3 32.3 220.8) |
| OKLCH | oklch(0.674 0.106 213.8) |
Copy-ready code
/* CSS */
color: #30a7be;
background-color: #30a7be;
/* Tailwind (arbitrary) */
class="text-[#30a7be] bg-[#30a7be]"
/* SCSS */
$brand: #30a7be;
/* SwiftUI */
Color(red: 0.188, green: 0.655, blue: 0.745)
/* Android */
Color.parseColor("#30a7be")Accessibility — WCAG contrast
Aa
#30a7be on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30a7be on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green65.5%
Blue74.5%
CMYK percentages
Cyan74.7%
Magenta12.1%
Yellow0.0%
Key (black)25.5%
Color previews
#30a7be text on a black background
contrast 7.40:1
Card sample
#30a7be text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30a7be;
Background color
Panel with #30a7be background
background-color: #30a7be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30a7be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 167, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 167, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30a7be; background: linear-gradient(135deg, #30a7be, #3048BE);