#1cfbaf
a balanced, electric green · cool · closest name: aquamarine
RGB
28, 251, 175
HSL
160°, 97%, 55%
CMYK
89, 0, 30, 2
Luminance
0.7234
Every format
| HEX | #1cfbaf |
| RGB | rgb(28, 251, 175) |
| HSL | hsl(160, 97%, 55%) |
| CMYK | cmyk(89%, 0%, 30%, 2%) |
| LAB | lab(88.1 -65.9 22.9) |
| LCH | lch(88.1 69.7 160.8) |
| OKLCH | oklch(0.875 0.188 162.0) |
Copy-ready code
/* CSS */
color: #1cfbaf;
background-color: #1cfbaf;
/* Tailwind (arbitrary) */
class="text-[#1cfbaf] bg-[#1cfbaf]"
/* SCSS */
$brand: #1cfbaf;
/* SwiftUI */
Color(red: 0.110, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#1cfbaf")Accessibility — WCAG contrast
Aa
#1cfbaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfbaf on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green98.4%
Blue68.6%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#1cfbaf text on a black background
contrast 15.47:1
Card sample
#1cfbaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfbaf;
Background color
Panel with #1cfbaf background
background-color: #1cfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfbaf; background: linear-gradient(135deg, #1cfbaf, #1CB2FB);