#1bb1a3
a dark, vivid cyan · cool · closest name: turquoise
RGB
27, 177, 163
HSL
174°, 74%, 40%
CMYK
85, 0, 8, 31
Luminance
0.3432
Every format
| HEX | #1bb1a3 |
| RGB | rgb(27, 177, 163) |
| HSL | hsl(174, 74%, 40%) |
| CMYK | cmyk(85%, 0%, 8%, 31%) |
| LAB | lab(65.2 -39.5 -3.3) |
| LCH | lch(65.2 39.6 184.8) |
| OKLCH | oklch(0.686 0.117 184.7) |
Copy-ready code
/* CSS */
color: #1bb1a3;
background-color: #1bb1a3;
/* Tailwind (arbitrary) */
class="text-[#1bb1a3] bg-[#1bb1a3]"
/* SCSS */
$brand: #1bb1a3;
/* SwiftUI */
Color(red: 0.106, green: 0.694, blue: 0.639)
/* Android */
Color.parseColor("#1bb1a3")Accessibility — WCAG contrast
Aa
#1bb1a3 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bb1a3 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green69.4%
Blue63.9%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow7.9%
Key (black)30.6%
Color previews
#1bb1a3 text on a black background
contrast 7.86:1
Card sample
#1bb1a3 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bb1a3;
Background color
Panel with #1bb1a3 background
background-color: #1bb1a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bb1a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 177, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 177, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bb1a3; background: linear-gradient(135deg, #1bb1a3, #1B5BB1);