#1fd8ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
31, 216, 186
HSL
170°, 75%, 48%
CMYK
86, 0, 14, 15
Luminance
0.5295
Every format
| HEX | #1fd8ba |
| RGB | rgb(31, 216, 186) |
| HSL | hsl(170, 75%, 48%) |
| CMYK | cmyk(86%, 0%, 14%, 15%) |
| LAB | lab(77.8 -49.6 2.6) |
| LCH | lch(77.8 49.7 177.0) |
| OKLCH | oklch(0.791 0.142 177.5) |
Copy-ready code
/* CSS */
color: #1fd8ba;
background-color: #1fd8ba;
/* Tailwind (arbitrary) */
class="text-[#1fd8ba] bg-[#1fd8ba]"
/* SCSS */
$brand: #1fd8ba;
/* SwiftUI */
Color(red: 0.122, green: 0.847, blue: 0.729)
/* Android */
Color.parseColor("#1fd8ba")Accessibility — WCAG contrast
Aa
#1fd8ba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fd8ba on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green84.7%
Blue72.9%
CMYK percentages
Cyan85.6%
Magenta0.0%
Yellow13.9%
Key (black)15.3%
Color previews
#1fd8ba text on a black background
contrast 11.59:1
Card sample
#1fd8ba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fd8ba;
Background color
Panel with #1fd8ba background
background-color: #1fd8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fd8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 216, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 216, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fd8ba; background: linear-gradient(135deg, #1fd8ba, #1F7AD8);