#48adcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
72, 173, 207
HSL
195°, 58%, 55%
CMYK
65, 16, 0, 19
Luminance
0.3577
Every format
| HEX | #48adcf |
| RGB | rgb(72, 173, 207) |
| HSL | hsl(195, 58%, 55%) |
| CMYK | cmyk(65%, 16%, 0%, 19%) |
| LAB | lab(66.3 -18.8 -25.9) |
| LCH | lch(66.3 32.0 234.0) |
| OKLCH | oklch(0.702 0.105 223.6) |
Copy-ready code
/* CSS */
color: #48adcf;
background-color: #48adcf;
/* Tailwind (arbitrary) */
class="text-[#48adcf] bg-[#48adcf]"
/* SCSS */
$brand: #48adcf;
/* SwiftUI */
Color(red: 0.282, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#48adcf")Accessibility — WCAG contrast
Aa
#48adcf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48adcf on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan65.2%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#48adcf text on a black background
contrast 8.15:1
Card sample
#48adcf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48adcf;
Background color
Panel with #48adcf background
background-color: #48adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48adcf; background: linear-gradient(135deg, #48adcf, #4853CF);