#1ff4cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 244, 207
HSL
170°, 91%, 54%
CMYK
87, 0, 15, 4
Luminance
0.6950
Every format
| HEX | #1ff4cf |
| RGB | rgb(31, 244, 207) |
| HSL | hsl(170, 91%, 54%) |
| CMYK | cmyk(87%, 0%, 15%, 4%) |
| LAB | lab(86.8 -55.6 4.5) |
| LCH | lch(86.8 55.8 175.4) |
| OKLCH | oklch(0.866 0.158 176.0) |
Copy-ready code
/* CSS */
color: #1ff4cf;
background-color: #1ff4cf;
/* Tailwind (arbitrary) */
class="text-[#1ff4cf] bg-[#1ff4cf]"
/* SCSS */
$brand: #1ff4cf;
/* SwiftUI */
Color(red: 0.122, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#1ff4cf")Accessibility — WCAG contrast
Aa
#1ff4cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ff4cf on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green95.7%
Blue81.2%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#1ff4cf text on a black background
contrast 14.90:1
Card sample
#1ff4cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ff4cf;
Background color
Panel with #1ff4cf background
background-color: #1ff4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ff4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ff4cf; background: linear-gradient(135deg, #1ff4cf, #1F8BF4);