#06503c
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 80, 60
HSL
164°, 86%, 17%
CMYK
93, 0, 25, 69
Luminance
0.0610
Every format
| HEX | #06503c |
| RGB | rgb(6, 80, 60) |
| HSL | hsl(164, 86%, 17%) |
| CMYK | cmyk(93%, 0%, 25%, 69%) |
| LAB | lab(29.7 -26.5 5.9) |
| LCH | lch(29.7 27.1 167.4) |
| OKLCH | oklch(0.384 0.075 168.3) |
Copy-ready code
/* CSS */
color: #06503c;
background-color: #06503c;
/* Tailwind (arbitrary) */
class="text-[#06503c] bg-[#06503c]"
/* SCSS */
$brand: #06503c;
/* SwiftUI */
Color(red: 0.024, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#06503c")Accessibility — WCAG contrast
Aa
#06503c on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06503c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green31.4%
Blue23.5%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#06503c text on a black background
contrast 2.22:1
Card sample
#06503c text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06503c;
Background color
Panel with #06503c background
background-color: #06503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06503c; background: linear-gradient(135deg, #06503c, #063350);