#48dfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 223, 223
HSL
180°, 70%, 58%
CMYK
68, 0, 0, 13
Luminance
0.5948
Every format
| HEX | #48dfdf |
| RGB | rgb(72, 223, 223) |
| HSL | hsl(180, 70%, 58%) |
| CMYK | cmyk(68%, 0%, 0%, 13%) |
| LAB | lab(81.5 -38.5 -11.6) |
| LCH | lch(81.5 40.2 196.7) |
| OKLCH | oklch(0.827 0.124 195.0) |
Copy-ready code
/* CSS */
color: #48dfdf;
background-color: #48dfdf;
/* Tailwind (arbitrary) */
class="text-[#48dfdf] bg-[#48dfdf]"
/* SCSS */
$brand: #48dfdf;
/* SwiftUI */
Color(red: 0.282, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#48dfdf")Accessibility — WCAG contrast
Aa
#48dfdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48dfdf on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green87.5%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#48dfdf text on a black background
contrast 12.90:1
Card sample
#48dfdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48dfdf;
Background color
Panel with #48dfdf background
background-color: #48dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48dfdf; background: linear-gradient(135deg, #48dfdf, #487ADF);