#1fffba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 255, 186
HSL
162°, 100%, 56%
CMYK
88, 0, 27, 0
Luminance
0.7536
Every format
| HEX | #1fffba |
| RGB | rgb(31, 255, 186) |
| HSL | hsl(162, 100%, 56%) |
| CMYK | cmyk(88%, 0%, 27%, 0%) |
| LAB | lab(89.6 -64.8 19.3) |
| LCH | lch(89.6 67.6 163.4) |
| OKLCH | oklch(0.887 0.184 164.5) |
Copy-ready code
/* CSS */
color: #1fffba;
background-color: #1fffba;
/* Tailwind (arbitrary) */
class="text-[#1fffba] bg-[#1fffba]"
/* SCSS */
$brand: #1fffba;
/* SwiftUI */
Color(red: 0.122, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#1fffba")Accessibility — WCAG contrast
Aa
#1fffba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fffba on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green100.0%
Blue72.9%
CMYK percentages
Cyan87.8%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#1fffba text on a black background
contrast 16.07:1
Card sample
#1fffba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fffba;
Background color
Panel with #1fffba background
background-color: #1fffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fffba; background: linear-gradient(135deg, #1fffba, #1FAFFF);