#48afac
a balanced, soft cyan · cool · closest name: teal
RGB
72, 175, 172
HSL
178°, 42%, 48%
CMYK
59, 0, 2, 31
Luminance
0.3502
Every format
| HEX | #48afac |
| RGB | rgb(72, 175, 172) |
| HSL | hsl(178, 42%, 48%) |
| CMYK | cmyk(59%, 0%, 2%, 31%) |
| LAB | lab(65.8 -30.2 -7.4) |
| LCH | lch(65.8 31.1 193.8) |
| OKLCH | oklch(0.694 0.095 192.5) |
Copy-ready code
/* CSS */
color: #48afac;
background-color: #48afac;
/* Tailwind (arbitrary) */
class="text-[#48afac] bg-[#48afac]"
/* SCSS */
$brand: #48afac;
/* SwiftUI */
Color(red: 0.282, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#48afac")Accessibility — WCAG contrast
Aa
#48afac on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48afac on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green68.6%
Blue67.5%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#48afac text on a black background
contrast 8.00:1
Card sample
#48afac text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48afac;
Background color
Panel with #48afac background
background-color: #48afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48afac; background: linear-gradient(135deg, #48afac, #486DAF);