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