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