#369076
a dark, vivid cyan · cool · closest name: seagreen
RGB
54, 144, 118
HSL
163°, 46%, 39%
CMYK
63, 0, 18, 44
Luminance
0.2204
Every format
| HEX | #369076 |
| RGB | rgb(54, 144, 118) |
| HSL | hsl(163, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 18%, 44%) |
| LAB | lab(54.1 -33.2 6.0) |
| LCH | lch(54.1 33.8 169.8) |
| OKLCH | oklch(0.592 0.095 170.7) |
Copy-ready code
/* CSS */
color: #369076;
background-color: #369076;
/* Tailwind (arbitrary) */
class="text-[#369076] bg-[#369076]"
/* SCSS */
$brand: #369076;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.463)
/* Android */
Color.parseColor("#369076")Accessibility — WCAG contrast
Aa
#369076 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369076 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue46.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow18.1%
Key (black)43.5%
Color previews
#369076 text on a black background
contrast 5.41:1
Card sample
#369076 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369076;
Background color
Panel with #369076 background
background-color: #369076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369076; background: linear-gradient(135deg, #369076, #366E90);