#48decf
a balanced, vivid cyan · cool · “turquoise”
RGB
72, 222, 207
HSL
174°, 69%, 58%
CMYK
68, 0, 7, 13
Luminance
0.5813
Every format
| HEX | #48decf |
| RGB | rgb(72, 222, 207) |
| HSL | hsl(174, 69%, 58%) |
| CMYK | cmyk(68%, 0%, 7%, 13%) |
| LAB | lab(80.8 -42.4 -4.2) |
| LCH | lch(80.8 42.6 185.6) |
| OKLCH | oklch(0.819 0.126 185.4) |
Copy-ready code
/* CSS */
color: #48decf;
background-color: #48decf;
/* Tailwind (arbitrary) */
class="text-[#48decf] bg-[#48decf]"
/* SCSS */
$brand: #48decf;
/* SwiftUI */
Color(red: 0.282, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#48decf")Accessibility — WCAG contrast
Aa
#48decf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48decf on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan67.6%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#48decf text on a black background
contrast 12.63:1
Card sample
#48decf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48decf;
Background color
Panel with #48decf background
background-color: #48decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48decf; background: linear-gradient(135deg, #48decf, #4889DE);