#09765b
a deep, electric cyan · cool · closest name: seagreen
RGB
9, 118, 91
HSL
165°, 86%, 25%
CMYK
92, 0, 23, 54
Luminance
0.1377
Every format
| HEX | #09765b |
| RGB | rgb(9, 118, 91) |
| HSL | hsl(165, 86%, 25%) |
| CMYK | cmyk(92%, 0%, 23%, 54%) |
| LAB | lab(43.9 -34.8 7.1) |
| LCH | lch(43.9 35.5 168.5) |
| OKLCH | oklch(0.504 0.098 169.4) |
Copy-ready code
/* CSS */
color: #09765b;
background-color: #09765b;
/* Tailwind (arbitrary) */
class="text-[#09765b] bg-[#09765b]"
/* SCSS */
$brand: #09765b;
/* SwiftUI */
Color(red: 0.035, green: 0.463, blue: 0.357)
/* Android */
Color.parseColor("#09765b")Accessibility — WCAG contrast
Aa
#09765b on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#09765b on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green46.3%
Blue35.7%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow22.9%
Key (black)53.7%
Color previews
#09765b text on a black background
contrast 3.75:1
Card sample
#09765b text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09765b;
Background color
Panel with #09765b background
background-color: #09765b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09765b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 118, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 118, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09765b; background: linear-gradient(135deg, #09765b, #094876);