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