#1fffc4
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 255, 196
HSL
164°, 100%, 56%
CMYK
88, 0, 23, 0
Luminance
0.7580
Every format
| HEX | #1fffc4 |
| RGB | rgb(31, 255, 196) |
| HSL | hsl(164, 100%, 56%) |
| CMYK | cmyk(88%, 0%, 23%, 0%) |
| LAB | lab(89.8 -62.5 14.5) |
| LCH | lch(89.8 64.2 167.0) |
| OKLCH | oklch(0.890 0.177 167.9) |
Copy-ready code
/* CSS */
color: #1fffc4;
background-color: #1fffc4;
/* Tailwind (arbitrary) */
class="text-[#1fffc4] bg-[#1fffc4]"
/* SCSS */
$brand: #1fffc4;
/* SwiftUI */
Color(red: 0.122, green: 1.000, blue: 0.769)
/* Android */
Color.parseColor("#1fffc4")Accessibility — WCAG contrast
Aa
#1fffc4 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fffc4 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green100.0%
Blue76.9%
CMYK percentages
Cyan87.8%
Magenta0.0%
Yellow23.1%
Key (black)0.0%
Color previews
#1fffc4 text on a black background
contrast 16.16:1
Card sample
#1fffc4 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fffc4;
Background color
Panel with #1fffc4 background
background-color: #1fffc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fffc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 255, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 255, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fffc4; background: linear-gradient(135deg, #1fffc4, #1FA5FF);