#30ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
48, 204, 223
HSL
187°, 73%, 53%
CMYK
79, 9, 0, 13
Luminance
0.4914
Every format
| HEX | #30ccdf |
| RGB | rgb(48, 204, 223) |
| HSL | hsl(187, 73%, 53%) |
| CMYK | cmyk(79%, 9%, 0%, 13%) |
| LAB | lab(75.5 -32.4 -20.7) |
| LCH | lch(75.5 38.4 212.5) |
| OKLCH | oklch(0.777 0.124 207.6) |
Copy-ready code
/* CSS */
color: #30ccdf;
background-color: #30ccdf;
/* Tailwind (arbitrary) */
class="text-[#30ccdf] bg-[#30ccdf]"
/* SCSS */
$brand: #30ccdf;
/* SwiftUI */
Color(red: 0.188, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#30ccdf")Accessibility — WCAG contrast
Aa
#30ccdf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ccdf on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#30ccdf text on a black background
contrast 10.83:1
Card sample
#30ccdf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ccdf;
Background color
Panel with #30ccdf background
background-color: #30ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ccdf; background: linear-gradient(135deg, #30ccdf, #3057DF);