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