#09503c
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 80, 60
HSL
163°, 80%, 18%
CMYK
89, 0, 25, 69
Luminance
0.0612
Every format
| HEX | #09503c |
| RGB | rgb(9, 80, 60) |
| HSL | hsl(163, 80%, 18%) |
| CMYK | cmyk(89%, 0%, 25%, 69%) |
| LAB | lab(29.7 -26.1 6.0) |
| LCH | lch(29.7 26.8 167.1) |
| OKLCH | oklch(0.385 0.074 168.0) |
Copy-ready code
/* CSS */
color: #09503c;
background-color: #09503c;
/* Tailwind (arbitrary) */
class="text-[#09503c] bg-[#09503c]"
/* SCSS */
$brand: #09503c;
/* SwiftUI */
Color(red: 0.035, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#09503c")Accessibility — WCAG contrast
Aa
#09503c on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09503c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green31.4%
Blue23.5%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#09503c text on a black background
contrast 2.22:1
Card sample
#09503c text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09503c;
Background color
Panel with #09503c background
background-color: #09503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09503c; background: linear-gradient(135deg, #09503c, #093550);