#48afba
a balanced, vivid cyan · cool · closest name: skyblue
RGB
72, 175, 186
HSL
186°, 45%, 51%
CMYK
61, 6, 0, 27
Luminance
0.3558
Every format
| HEX | #48afba |
| RGB | rgb(72, 175, 186) |
| HSL | hsl(186, 45%, 51%) |
| CMYK | cmyk(61%, 6%, 0%, 27%) |
| LAB | lab(66.2 -26.2 -14.5) |
| LCH | lch(66.2 29.9 209.0) |
| OKLCH | oklch(0.699 0.095 205.0) |
Copy-ready code
/* CSS */
color: #48afba;
background-color: #48afba;
/* Tailwind (arbitrary) */
class="text-[#48afba] bg-[#48afba]"
/* SCSS */
$brand: #48afba;
/* SwiftUI */
Color(red: 0.282, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#48afba")Accessibility — WCAG contrast
Aa
#48afba on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48afba on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#48afba text on a black background
contrast 8.12:1
Card sample
#48afba text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48afba;
Background color
Panel with #48afba background
background-color: #48afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48afba; background: linear-gradient(135deg, #48afba, #4863BA);