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