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