#1cfdba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 253, 186
HSL
162°, 98%, 55%
CMYK
89, 0, 27, 1
Luminance
0.7404
Every format
| HEX | #1cfdba |
| RGB | rgb(28, 253, 186) |
| HSL | hsl(162, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 27%, 1%) |
| LAB | lab(88.9 -64.2 18.4) |
| LCH | lch(88.9 66.8 164.0) |
| OKLCH | oklch(0.882 0.182 165.0) |
Copy-ready code
/* CSS */
color: #1cfdba;
background-color: #1cfdba;
/* Tailwind (arbitrary) */
class="text-[#1cfdba] bg-[#1cfdba]"
/* SCSS */
$brand: #1cfdba;
/* SwiftUI */
Color(red: 0.110, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#1cfdba")Accessibility — WCAG contrast
Aa
#1cfdba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfdba on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#1cfdba text on a black background
contrast 15.81:1
Card sample
#1cfdba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfdba;
Background color
Panel with #1cfdba background
background-color: #1cfdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfdba; background: linear-gradient(135deg, #1cfdba, #1CAAFD);