#48b3ba
a balanced, vivid cyan · cool · closest name: teal
RGB
72, 179, 186
HSL
184°, 45%, 51%
CMYK
61, 4, 0, 27
Luminance
0.3716
Every format
| HEX | #48b3ba |
| RGB | rgb(72, 179, 186) |
| HSL | hsl(184, 45%, 51%) |
| CMYK | cmyk(61%, 4%, 0%, 27%) |
| LAB | lab(67.4 -28.2 -12.7) |
| LCH | lch(67.4 30.9 204.3) |
| OKLCH | oklch(0.708 0.097 201.2) |
Copy-ready code
/* CSS */
color: #48b3ba;
background-color: #48b3ba;
/* Tailwind (arbitrary) */
class="text-[#48b3ba] bg-[#48b3ba]"
/* SCSS */
$brand: #48b3ba;
/* SwiftUI */
Color(red: 0.282, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#48b3ba")Accessibility — WCAG contrast
Aa
#48b3ba on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48b3ba on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green70.2%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta3.8%
Yellow0.0%
Key (black)27.1%
Color previews
#48b3ba text on a black background
contrast 8.43:1
Card sample
#48b3ba text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48b3ba;
Background color
Panel with #48b3ba background
background-color: #48b3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48b3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48b3ba; background: linear-gradient(135deg, #48b3ba, #4867BA);