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