#30afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
48, 175, 223
HSL
197°, 73%, 53%
CMYK
79, 22, 0, 13
Luminance
0.3662
Every format
| HEX | #30afdf |
| RGB | rgb(48, 175, 223) |
| HSL | hsl(197, 73%, 53%) |
| CMYK | cmyk(79%, 22%, 0%, 13%) |
| LAB | lab(67.0 -17.8 -33.8) |
| LCH | lch(67.0 38.2 242.2) |
| OKLCH | oklch(0.708 0.126 228.8) |
Copy-ready code
/* CSS */
color: #30afdf;
background-color: #30afdf;
/* Tailwind (arbitrary) */
class="text-[#30afdf] bg-[#30afdf]"
/* SCSS */
$brand: #30afdf;
/* SwiftUI */
Color(red: 0.188, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#30afdf")Accessibility — WCAG contrast
Aa
#30afdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30afdf on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#30afdf text on a black background
contrast 8.32:1
Card sample
#30afdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30afdf;
Background color
Panel with #30afdf background
background-color: #30afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30afdf; background: linear-gradient(135deg, #30afdf, #303ADF);