#09664c
a deep, electric cyan · cool · closest name: teal
RGB
9, 102, 76
HSL
163°, 84%, 22%
CMYK
91, 0, 26, 60
Luminance
0.1008
Every format
| HEX | #09664c |
| RGB | rgb(9, 102, 76) |
| HSL | hsl(163, 84%, 22%) |
| CMYK | cmyk(91%, 0%, 26%, 60%) |
| LAB | lab(38.0 -31.8 7.8) |
| LCH | lch(38.0 32.7 166.3) |
| OKLCH | oklch(0.454 0.090 167.3) |
Copy-ready code
/* CSS */
color: #09664c;
background-color: #09664c;
/* Tailwind (arbitrary) */
class="text-[#09664c] bg-[#09664c]"
/* SCSS */
$brand: #09664c;
/* SwiftUI */
Color(red: 0.035, green: 0.400, blue: 0.298)
/* Android */
Color.parseColor("#09664c")Accessibility — WCAG contrast
Aa
#09664c on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#09664c on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green40.0%
Blue29.8%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow25.5%
Key (black)60.0%
Color previews
#09664c text on a black background
contrast 3.02:1
Card sample
#09664c text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09664c;
Background color
Panel with #09664c background
background-color: #09664c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09664c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 102, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 102, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09664c; background: linear-gradient(135deg, #09664c, #094266);