#33776c
a dark, soft cyan · cool · closest name: teal
RGB
51, 119, 108
HSL
170°, 40%, 33%
CMYK
57, 0, 9, 53
Luminance
0.1498
Every format
| HEX | #33776c |
| RGB | rgb(51, 119, 108) |
| HSL | hsl(170, 40%, 33%) |
| CMYK | cmyk(57%, 0%, 9%, 53%) |
| LAB | lab(45.6 -24.4 -0.4) |
| LCH | lch(45.6 24.4 181.0) |
| OKLCH | oklch(0.522 0.071 181.3) |
Copy-ready code
/* CSS */
color: #33776c;
background-color: #33776c;
/* Tailwind (arbitrary) */
class="text-[#33776c] bg-[#33776c]"
/* SCSS */
$brand: #33776c;
/* SwiftUI */
Color(red: 0.200, green: 0.467, blue: 0.424)
/* Android */
Color.parseColor("#33776c")Accessibility — WCAG contrast
Aa
#33776c on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#33776c on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.7%
Blue42.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow9.2%
Key (black)53.3%
Color previews
#33776c text on a black background
contrast 4.00:1
Card sample
#33776c text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33776c;
Background color
Panel with #33776c background
background-color: #33776c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33776c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 119, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 119, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33776c; background: linear-gradient(135deg, #33776c, #335577);