#369073
a dark, vivid cyan · cool · closest name: seagreen
RGB
54, 144, 115
HSL
161°, 46%, 39%
CMYK
63, 0, 20, 44
Luminance
0.2197
Every format
| HEX | #369073 |
| RGB | rgb(54, 144, 115) |
| HSL | hsl(161, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 20%, 44%) |
| LAB | lab(54.0 -34.0 7.6) |
| LCH | lch(54.0 34.8 167.4) |
| OKLCH | oklch(0.591 0.097 168.4) |
Copy-ready code
/* CSS */
color: #369073;
background-color: #369073;
/* Tailwind (arbitrary) */
class="text-[#369073] bg-[#369073]"
/* SCSS */
$brand: #369073;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.451)
/* Android */
Color.parseColor("#369073")Accessibility — WCAG contrast
Aa
#369073 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369073 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue45.1%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow20.1%
Key (black)43.5%
Color previews
#369073 text on a black background
contrast 5.39:1
Card sample
#369073 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369073;
Background color
Panel with #369073 background
background-color: #369073;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369073;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369073; background: linear-gradient(135deg, #369073, #367190);