#1cfdcd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 253, 205
HSL
167°, 98%, 55%
CMYK
89, 0, 19, 1
Luminance
0.7491
Every format
| HEX | #1cfdcd |
| RGB | rgb(28, 253, 205) |
| HSL | hsl(167, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 19%, 1%) |
| LAB | lab(89.3 -59.8 9.2) |
| LCH | lch(89.3 60.5 171.2) |
| OKLCH | oklch(0.887 0.169 172.0) |
Copy-ready code
/* CSS */
color: #1cfdcd;
background-color: #1cfdcd;
/* Tailwind (arbitrary) */
class="text-[#1cfdcd] bg-[#1cfdcd]"
/* SCSS */
$brand: #1cfdcd;
/* SwiftUI */
Color(red: 0.110, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#1cfdcd")Accessibility — WCAG contrast
Aa
#1cfdcd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfdcd on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green99.2%
Blue80.4%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#1cfdcd text on a black background
contrast 15.98:1
Card sample
#1cfdcd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfdcd;
Background color
Panel with #1cfdcd background
background-color: #1cfdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfdcd; background: linear-gradient(135deg, #1cfdcd, #1C97FD);