#134b00
a deep, electric green · cool · closest name: seagreen
RGB
19, 75, 0
HSL
105°, 100%, 15%
CMYK
75, 0, 100, 71
Luminance
0.0517
Every format
| HEX | #134b00 |
| RGB | rgb(19, 75, 0) |
| HSL | hsl(105, 100%, 15%) |
| CMYK | cmyk(75%, 0%, 100%, 71%) |
| LAB | lab(27.2 -32.1 34.8) |
| LCH | lch(27.2 47.3 132.8) |
| OKLCH | oklch(0.362 0.116 139.7) |
Copy-ready code
/* CSS */
color: #134b00;
background-color: #134b00;
/* Tailwind (arbitrary) */
class="text-[#134b00] bg-[#134b00]"
/* SCSS */
$brand: #134b00;
/* SwiftUI */
Color(red: 0.075, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#134b00")Accessibility — WCAG contrast
Aa
#134b00 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134b00 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green29.4%
Blue0.0%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow100.0%
Key (black)70.6%
Color previews
#134b00 text on a black background
contrast 2.03:1
Card sample
#134b00 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134b00;
Background color
Panel with #134b00 background
background-color: #134b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134b00; background: linear-gradient(135deg, #134b00, #004B1F);