#48afcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
72, 175, 204
HSL
193°, 56%, 54%
CMYK
65, 14, 0, 20
Luminance
0.3640
Every format
| HEX | #48afcc |
| RGB | rgb(72, 175, 204) |
| HSL | hsl(193, 56%, 54%) |
| CMYK | cmyk(65%, 14%, 0%, 20%) |
| LAB | lab(66.8 -20.8 -23.5) |
| LCH | lch(66.8 31.4 228.6) |
| OKLCH | oklch(0.706 0.103 219.7) |
Copy-ready code
/* CSS */
color: #48afcc;
background-color: #48afcc;
/* Tailwind (arbitrary) */
class="text-[#48afcc] bg-[#48afcc]"
/* SCSS */
$brand: #48afcc;
/* SwiftUI */
Color(red: 0.282, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#48afcc")Accessibility — WCAG contrast
Aa
#48afcc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48afcc on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green68.6%
Blue80.0%
CMYK percentages
Cyan64.7%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#48afcc text on a black background
contrast 8.28:1
Card sample
#48afcc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48afcc;
Background color
Panel with #48afcc background
background-color: #48afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48afcc; background: linear-gradient(135deg, #48afcc, #4857CC);