#1fdba7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 219, 167
HSL
163°, 75%, 49%
CMYK
86, 0, 24, 14
Luminance
0.5374
Every format
| HEX | #1fdba7 |
| RGB | rgb(31, 219, 167) |
| HSL | hsl(163, 75%, 49%) |
| CMYK | cmyk(86%, 0%, 24%, 14%) |
| LAB | lab(78.3 -55.6 13.4) |
| LCH | lch(78.3 57.2 166.4) |
| OKLCH | oklch(0.793 0.157 167.4) |
Copy-ready code
/* CSS */
color: #1fdba7;
background-color: #1fdba7;
/* Tailwind (arbitrary) */
class="text-[#1fdba7] bg-[#1fdba7]"
/* SCSS */
$brand: #1fdba7;
/* SwiftUI */
Color(red: 0.122, green: 0.859, blue: 0.655)
/* Android */
Color.parseColor("#1fdba7")Accessibility — WCAG contrast
Aa
#1fdba7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdba7 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green85.9%
Blue65.5%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow23.7%
Key (black)14.1%
Color previews
#1fdba7 text on a black background
contrast 11.75:1
Card sample
#1fdba7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdba7;
Background color
Panel with #1fdba7 background
background-color: #1fdba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 219, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 219, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdba7; background: linear-gradient(135deg, #1fdba7, #1F92DB);