#48ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
72, 204, 223
HSL
188°, 70%, 58%
CMYK
68, 9, 0, 13
Luminance
0.4989
Every format
| HEX | #48ccdf |
| RGB | rgb(72, 204, 223) |
| HSL | hsl(188, 70%, 58%) |
| CMYK | cmyk(68%, 9%, 0%, 13%) |
| LAB | lab(76.0 -29.6 -19.9) |
| LCH | lch(76.0 35.6 214.0) |
| OKLCH | oklch(0.782 0.115 208.7) |
Copy-ready code
/* CSS */
color: #48ccdf;
background-color: #48ccdf;
/* Tailwind (arbitrary) */
class="text-[#48ccdf] bg-[#48ccdf]"
/* SCSS */
$brand: #48ccdf;
/* SwiftUI */
Color(red: 0.282, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#48ccdf")Accessibility — WCAG contrast
Aa
#48ccdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48ccdf on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#48ccdf text on a black background
contrast 10.98:1
Card sample
#48ccdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48ccdf;
Background color
Panel with #48ccdf background
background-color: #48ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48ccdf; background: linear-gradient(135deg, #48ccdf, #4867DF);