#48cfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 207, 218
HSL
185°, 66%, 57%
CMYK
67, 5, 0, 15
Luminance
0.5107
Every format
| HEX | #48cfda |
| RGB | rgb(72, 207, 218) |
| HSL | hsl(185, 66%, 57%) |
| CMYK | cmyk(67%, 5%, 0%, 15%) |
| LAB | lab(76.7 -32.5 -16.1) |
| LCH | lch(76.7 36.3 206.4) |
| OKLCH | oklch(0.787 0.115 202.9) |
Copy-ready code
/* CSS */
color: #48cfda;
background-color: #48cfda;
/* Tailwind (arbitrary) */
class="text-[#48cfda] bg-[#48cfda]"
/* SCSS */
$brand: #48cfda;
/* SwiftUI */
Color(red: 0.282, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#48cfda")Accessibility — WCAG contrast
Aa
#48cfda on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cfda on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan67.0%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#48cfda text on a black background
contrast 11.21:1
Card sample
#48cfda text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cfda;
Background color
Panel with #48cfda background
background-color: #48cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cfda; background: linear-gradient(135deg, #48cfda, #486EDA);