#48dfeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
72, 223, 235
HSL
184°, 80%, 60%
CMYK
69, 5, 0, 8
Luminance
0.6015
Every format
| HEX | #48dfeb |
| RGB | rgb(72, 223, 235) |
| HSL | hsl(184, 80%, 60%) |
| CMYK | cmyk(69%, 5%, 0%, 8%) |
| LAB | lab(81.9 -35.1 -17.4) |
| LCH | lch(81.9 39.2 206.3) |
| OKLCH | oklch(0.831 0.124 202.8) |
Copy-ready code
/* CSS */
color: #48dfeb;
background-color: #48dfeb;
/* Tailwind (arbitrary) */
class="text-[#48dfeb] bg-[#48dfeb]"
/* SCSS */
$brand: #48dfeb;
/* SwiftUI */
Color(red: 0.282, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#48dfeb")Accessibility — WCAG contrast
Aa
#48dfeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48dfeb on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#48dfeb text on a black background
contrast 13.03:1
Card sample
#48dfeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48dfeb;
Background color
Panel with #48dfeb background
background-color: #48dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48dfeb; background: linear-gradient(135deg, #48dfeb, #4872EB);