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