#265321
a deep, soft green · cool · closest name: seagreen
RGB
38, 83, 33
HSL
114°, 43%, 23%
CMYK
54, 0, 60, 68
Luminance
0.0671
Every format
| HEX | #265321 |
| RGB | rgb(38, 83, 33) |
| HSL | hsl(114, 43%, 23%) |
| CMYK | cmyk(54%, 0%, 60%, 68%) |
| LAB | lab(31.1 -26.9 24.3) |
| LCH | lch(31.1 36.2 137.9) |
| OKLCH | oklch(0.397 0.093 141.7) |
Copy-ready code
/* CSS */
color: #265321;
background-color: #265321;
/* Tailwind (arbitrary) */
class="text-[#265321] bg-[#265321]"
/* SCSS */
$brand: #265321;
/* SwiftUI */
Color(red: 0.149, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#265321")Accessibility — WCAG contrast
Aa
#265321 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#265321 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green32.5%
Blue12.9%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#265321 text on a black background
contrast 2.34:1
Card sample
#265321 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #265321;
Background color
Panel with #265321 background
background-color: #265321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #265321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #265321; background: linear-gradient(135deg, #265321, #21533D);