#1bdfd7
a balanced, electric cyan · cool · closest name: turquoise
RGB
27, 223, 215
HSL
178°, 78%, 49%
CMYK
88, 0, 4, 13
Luminance
0.5791
Every format
| HEX | #1bdfd7 |
| RGB | rgb(27, 223, 215) |
| HSL | hsl(178, 78%, 49%) |
| CMYK | cmyk(88%, 0%, 4%, 13%) |
| LAB | lab(80.7 -44.9 -8.7) |
| LCH | lch(80.7 45.7 190.9) |
| OKLCH | oklch(0.817 0.138 190.1) |
Copy-ready code
/* CSS */
color: #1bdfd7;
background-color: #1bdfd7;
/* Tailwind (arbitrary) */
class="text-[#1bdfd7] bg-[#1bdfd7]"
/* SCSS */
$brand: #1bdfd7;
/* SwiftUI */
Color(red: 0.106, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#1bdfd7")Accessibility — WCAG contrast
Aa
#1bdfd7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bdfd7 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green87.5%
Blue84.3%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow3.6%
Key (black)12.5%
Color previews
#1bdfd7 text on a black background
contrast 12.58:1
Card sample
#1bdfd7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bdfd7;
Background color
Panel with #1bdfd7 background
background-color: #1bdfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bdfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bdfd7; background: linear-gradient(135deg, #1bdfd7, #1B64DF);