#1fefac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 239, 172
HSL
161°, 87%, 53%
CMYK
87, 0, 28, 6
Luminance
0.6500
Every format
| HEX | #1fefac |
| RGB | rgb(31, 239, 172) |
| HSL | hsl(161, 87%, 53%) |
| CMYK | cmyk(87%, 0%, 28%, 6%) |
| LAB | lab(84.5 -62.0 19.4) |
| LCH | lch(84.5 65.0 162.6) |
| OKLCH | oklch(0.845 0.176 163.7) |
Copy-ready code
/* CSS */
color: #1fefac;
background-color: #1fefac;
/* Tailwind (arbitrary) */
class="text-[#1fefac] bg-[#1fefac]"
/* SCSS */
$brand: #1fefac;
/* SwiftUI */
Color(red: 0.122, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#1fefac")Accessibility — WCAG contrast
Aa
#1fefac on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fefac on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green93.7%
Blue67.5%
CMYK percentages
Cyan87.0%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#1fefac text on a black background
contrast 14.00:1
Card sample
#1fefac text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fefac;
Background color
Panel with #1fefac background
background-color: #1fefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fefac; background: linear-gradient(135deg, #1fefac, #1FA7EF);