#33663c
a dark, soft green · cool · closest name: seagreen
RGB
51, 102, 60
HSL
131°, 33%, 30%
CMYK
50, 0, 41, 60
Luminance
0.1053
Every format
| HEX | #33663c |
| RGB | rgb(51, 102, 60) |
| HSL | hsl(131, 33%, 30%) |
| CMYK | cmyk(50%, 0%, 41%, 60%) |
| LAB | lab(38.8 -27.2 18.6) |
| LCH | lch(38.8 33.0 145.7) |
| OKLCH | oklch(0.463 0.087 148.0) |
Copy-ready code
/* CSS */
color: #33663c;
background-color: #33663c;
/* Tailwind (arbitrary) */
class="text-[#33663c] bg-[#33663c]"
/* SCSS */
$brand: #33663c;
/* SwiftUI */
Color(red: 0.200, green: 0.400, blue: 0.235)
/* Android */
Color.parseColor("#33663c")Accessibility — WCAG contrast
Aa
#33663c on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#33663c on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.0%
Blue23.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow41.2%
Key (black)60.0%
Color previews
#33663c text on a black background
contrast 3.11:1
Card sample
#33663c text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33663c;
Background color
Panel with #33663c background
background-color: #33663c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33663c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 102, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 102, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33663c; background: linear-gradient(135deg, #33663c, #33665E);