#1fbab2
a dark, vivid cyan · cool · closest name: turquoise
RGB
31, 186, 178
HSL
177°, 71%, 43%
CMYK
83, 0, 4, 27
Luminance
0.3862
Every format
| HEX | #1fbab2 |
| RGB | rgb(31, 186, 178) |
| HSL | hsl(177, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 4%, 27%) |
| LAB | lab(68.5 -38.9 -6.8) |
| LCH | lch(68.5 39.5 189.9) |
| OKLCH | oklch(0.714 0.119 189.2) |
Copy-ready code
/* CSS */
color: #1fbab2;
background-color: #1fbab2;
/* Tailwind (arbitrary) */
class="text-[#1fbab2] bg-[#1fbab2]"
/* SCSS */
$brand: #1fbab2;
/* SwiftUI */
Color(red: 0.122, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#1fbab2")Accessibility — WCAG contrast
Aa
#1fbab2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fbab2 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green72.9%
Blue69.8%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow4.3%
Key (black)27.1%
Color previews
#1fbab2 text on a black background
contrast 8.72:1
Card sample
#1fbab2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fbab2;
Background color
Panel with #1fbab2 background
background-color: #1fbab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fbab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fbab2; background: linear-gradient(135deg, #1fbab2, #1F5BBA);