#1bdfba
a balanced, electric cyan · cool · closest name: turquoise
RGB
27, 223, 186
HSL
169°, 78%, 49%
CMYK
88, 0, 17, 13
Luminance
0.5655
Every format
| HEX | #1bdfba |
| RGB | rgb(27, 223, 186) |
| HSL | hsl(169, 78%, 49%) |
| CMYK | cmyk(88%, 0%, 17%, 13%) |
| LAB | lab(79.9 -52.7 5.7) |
| LCH | lch(79.9 53.0 173.9) |
| OKLCH | oklch(0.808 0.150 174.6) |
Copy-ready code
/* CSS */
color: #1bdfba;
background-color: #1bdfba;
/* Tailwind (arbitrary) */
class="text-[#1bdfba] bg-[#1bdfba]"
/* SCSS */
$brand: #1bdfba;
/* SwiftUI */
Color(red: 0.106, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#1bdfba")Accessibility — WCAG contrast
Aa
#1bdfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bdfba on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green87.5%
Blue72.9%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#1bdfba text on a black background
contrast 12.31:1
Card sample
#1bdfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bdfba;
Background color
Panel with #1bdfba background
background-color: #1bdfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bdfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bdfba; background: linear-gradient(135deg, #1bdfba, #1B81DF);