#0b6830
a deep, electric green · cool · closest name: seagreen
RGB
11, 104, 48
HSL
144°, 81%, 23%
CMYK
89, 0, 54, 59
Luminance
0.1019
Every format
| HEX | #0b6830 |
| RGB | rgb(11, 104, 48) |
| HSL | hsl(144, 81%, 23%) |
| CMYK | cmyk(89%, 0%, 54%, 59%) |
| LAB | lab(38.2 -38.7 24.4) |
| LCH | lch(38.2 45.8 147.7) |
| OKLCH | oklch(0.454 0.119 150.3) |
Copy-ready code
/* CSS */
color: #0b6830;
background-color: #0b6830;
/* Tailwind (arbitrary) */
class="text-[#0b6830] bg-[#0b6830]"
/* SCSS */
$brand: #0b6830;
/* SwiftUI */
Color(red: 0.043, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#0b6830")Accessibility — WCAG contrast
Aa
#0b6830 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b6830 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green40.8%
Blue18.8%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#0b6830 text on a black background
contrast 3.04:1
Card sample
#0b6830 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b6830;
Background color
Panel with #0b6830 background
background-color: #0b6830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b6830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b6830; background: linear-gradient(135deg, #0b6830, #0B6268);