#1cfac3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 250, 195
HSL
165°, 96%, 55%
CMYK
89, 0, 22, 2
Luminance
0.7256
Every format
| HEX | #1cfac3 |
| RGB | rgb(28, 250, 195) |
| HSL | hsl(165, 96%, 55%) |
| CMYK | cmyk(89%, 0%, 22%, 2%) |
| LAB | lab(88.2 -61.0 12.8) |
| LCH | lch(88.2 62.3 168.1) |
| OKLCH | oklch(0.877 0.172 169.1) |
Copy-ready code
/* CSS */
color: #1cfac3;
background-color: #1cfac3;
/* Tailwind (arbitrary) */
class="text-[#1cfac3] bg-[#1cfac3]"
/* SCSS */
$brand: #1cfac3;
/* SwiftUI */
Color(red: 0.110, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#1cfac3")Accessibility — WCAG contrast
Aa
#1cfac3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfac3 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green98.0%
Blue76.5%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow22.0%
Key (black)2.0%
Color previews
#1cfac3 text on a black background
contrast 15.51:1
Card sample
#1cfac3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfac3;
Background color
Panel with #1cfac3 background
background-color: #1cfac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfac3; background: linear-gradient(135deg, #1cfac3, #1C9DFA);