#128564
a dark, electric cyan · cool · closest name: seagreen
RGB
18, 133, 100
HSL
163°, 76%, 30%
CMYK
87, 0, 25, 48
Luminance
0.1782
Every format
| HEX | #128564 |
| RGB | rgb(18, 133, 100) |
| HSL | hsl(163, 76%, 30%) |
| CMYK | cmyk(87%, 0%, 25%, 48%) |
| LAB | lab(49.3 -38.2 9.4) |
| LCH | lch(49.3 39.3 166.1) |
| OKLCH | oklch(0.549 0.108 167.1) |
Copy-ready code
/* CSS */
color: #128564;
background-color: #128564;
/* Tailwind (arbitrary) */
class="text-[#128564] bg-[#128564]"
/* SCSS */
$brand: #128564;
/* SwiftUI */
Color(red: 0.071, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#128564")Accessibility — WCAG contrast
Aa
#128564 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#128564 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green52.2%
Blue39.2%
CMYK percentages
Cyan86.5%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#128564 text on a black background
contrast 4.56:1
Card sample
#128564 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #128564;
Background color
Panel with #128564 background
background-color: #128564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #128564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #128564; background: linear-gradient(135deg, #128564, #125985);