#235421
a deep, soft green · cool · closest name: seagreen
RGB
35, 84, 33
HSL
118°, 44%, 23%
CMYK
58, 0, 61, 67
Luminance
0.0681
Every format
| HEX | #235421 |
| RGB | rgb(35, 84, 33) |
| HSL | hsl(118, 44%, 23%) |
| CMYK | cmyk(58%, 0%, 61%, 67%) |
| LAB | lab(31.4 -28.3 24.6) |
| LCH | lch(31.4 37.5 139.0) |
| OKLCH | oklch(0.399 0.097 142.8) |
Copy-ready code
/* CSS */
color: #235421;
background-color: #235421;
/* Tailwind (arbitrary) */
class="text-[#235421] bg-[#235421]"
/* SCSS */
$brand: #235421;
/* SwiftUI */
Color(red: 0.137, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#235421")Accessibility — WCAG contrast
Aa
#235421 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#235421 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green32.9%
Blue12.9%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#235421 text on a black background
contrast 2.36:1
Card sample
#235421 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #235421;
Background color
Panel with #235421 background
background-color: #235421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #235421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #235421; background: linear-gradient(135deg, #235421, #215441);