#1cfab2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 250, 178
HSL
161°, 96%, 55%
CMYK
89, 0, 29, 2
Luminance
0.7183
Every format
| HEX | #1cfab2 |
| RGB | rgb(28, 250, 178) |
| HSL | hsl(161, 96%, 55%) |
| CMYK | cmyk(89%, 0%, 29%, 2%) |
| LAB | lab(87.9 -64.8 21.1) |
| LCH | lch(87.9 68.2 162.0) |
| OKLCH | oklch(0.873 0.185 163.2) |
Copy-ready code
/* CSS */
color: #1cfab2;
background-color: #1cfab2;
/* Tailwind (arbitrary) */
class="text-[#1cfab2] bg-[#1cfab2]"
/* SCSS */
$brand: #1cfab2;
/* SwiftUI */
Color(red: 0.110, green: 0.980, blue: 0.698)
/* Android */
Color.parseColor("#1cfab2")Accessibility — WCAG contrast
Aa
#1cfab2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfab2 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green98.0%
Blue69.8%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow28.8%
Key (black)2.0%
Color previews
#1cfab2 text on a black background
contrast 15.37:1
Card sample
#1cfab2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfab2;
Background color
Panel with #1cfab2 background
background-color: #1cfab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 250, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 250, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfab2; background: linear-gradient(135deg, #1cfab2, #1CAEFA);