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