#13ffbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
19, 255, 188
HSL
163°, 100%, 54%
CMYK
93, 0, 26, 0
Luminance
0.7529
Every format
| HEX | #13ffbc |
| RGB | rgb(19, 255, 188) |
| HSL | hsl(163, 100%, 54%) |
| CMYK | cmyk(93%, 0%, 26%, 0%) |
| LAB | lab(89.5 -64.9 18.2) |
| LCH | lch(89.5 67.4 164.3) |
| OKLCH | oklch(0.887 0.184 165.4) |
Copy-ready code
/* CSS */
color: #13ffbc;
background-color: #13ffbc;
/* Tailwind (arbitrary) */
class="text-[#13ffbc] bg-[#13ffbc]"
/* SCSS */
$brand: #13ffbc;
/* SwiftUI */
Color(red: 0.075, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#13ffbc")Accessibility — WCAG contrast
Aa
#13ffbc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13ffbc on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green100.0%
Blue73.7%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#13ffbc text on a black background
contrast 16.06:1
Card sample
#13ffbc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13ffbc;
Background color
Panel with #13ffbc background
background-color: #13ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13ffbc; background: linear-gradient(135deg, #13ffbc, #13A4FF);