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