#1fbcac
a dark, vivid cyan · cool · closest name: turquoise
RGB
31, 188, 172
HSL
174°, 72%, 43%
CMYK
84, 0, 9, 26
Luminance
0.3924
Every format
| HEX | #1fbcac |
| RGB | rgb(31, 188, 172) |
| HSL | hsl(174, 72%, 43%) |
| CMYK | cmyk(84%, 0%, 9%, 26%) |
| LAB | lab(68.9 -41.5 -2.8) |
| LCH | lch(68.9 41.6 183.9) |
| OKLCH | oklch(0.717 0.122 183.9) |
Copy-ready code
/* CSS */
color: #1fbcac;
background-color: #1fbcac;
/* Tailwind (arbitrary) */
class="text-[#1fbcac] bg-[#1fbcac]"
/* SCSS */
$brand: #1fbcac;
/* SwiftUI */
Color(red: 0.122, green: 0.737, blue: 0.675)
/* Android */
Color.parseColor("#1fbcac")Accessibility — WCAG contrast
Aa
#1fbcac on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fbcac on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green73.7%
Blue67.5%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow8.5%
Key (black)26.3%
Color previews
#1fbcac text on a black background
contrast 8.85:1
Card sample
#1fbcac text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fbcac;
Background color
Panel with #1fbcac background
background-color: #1fbcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fbcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 188, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 188, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fbcac; background: linear-gradient(135deg, #1fbcac, #1F63BC);