#48dbeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
72, 219, 235
HSL
186°, 80%, 60%
CMYK
69, 7, 0, 8
Luminance
0.5804
Every format
| HEX | #48dbeb |
| RGB | rgb(72, 219, 235) |
| HSL | hsl(186, 80%, 60%) |
| CMYK | cmyk(69%, 7%, 0%, 8%) |
| LAB | lab(80.8 -33.2 -19.1) |
| LCH | lch(80.8 38.4 209.9) |
| OKLCH | oklch(0.821 0.123 205.6) |
Copy-ready code
/* CSS */
color: #48dbeb;
background-color: #48dbeb;
/* Tailwind (arbitrary) */
class="text-[#48dbeb] bg-[#48dbeb]"
/* SCSS */
$brand: #48dbeb;
/* SwiftUI */
Color(red: 0.282, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#48dbeb")Accessibility — WCAG contrast
Aa
#48dbeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48dbeb on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#48dbeb text on a black background
contrast 12.61:1
Card sample
#48dbeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48dbeb;
Background color
Panel with #48dbeb background
background-color: #48dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48dbeb; background: linear-gradient(135deg, #48dbeb, #486EEB);