#09536f
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 83, 111
HSL
197°, 85%, 24%
CMYK
92, 25, 0, 57
Luminance
0.0739
Every format
| HEX | #09536f |
| RGB | rgb(9, 83, 111) |
| HSL | hsl(197, 85%, 24%) |
| CMYK | cmyk(92%, 25%, 0%, 57%) |
| LAB | lab(32.7 -9.9 -21.9) |
| LCH | lch(32.7 24.1 245.6) |
| OKLCH | oklch(0.415 0.080 230.7) |
Copy-ready code
/* CSS */
color: #09536f;
background-color: #09536f;
/* Tailwind (arbitrary) */
class="text-[#09536f] bg-[#09536f]"
/* SCSS */
$brand: #09536f;
/* SwiftUI */
Color(red: 0.035, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#09536f")Accessibility — WCAG contrast
Aa
#09536f on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09536f on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green32.5%
Blue43.5%
CMYK percentages
Cyan91.9%
Magenta25.2%
Yellow0.0%
Key (black)56.5%
Color previews
#09536f text on a black background
contrast 2.48:1
Card sample
#09536f text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09536f;
Background color
Panel with #09536f background
background-color: #09536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09536f; background: linear-gradient(135deg, #09536f, #090F6F);