#0f631f
a deep, vivid green · cool · closest name: seagreen
RGB
15, 99, 31
HSL
131°, 74%, 22%
CMYK
85, 0, 69, 61
Luminance
0.0912
Every format
| HEX | #0f631f |
| RGB | rgb(15, 99, 31) |
| HSL | hsl(131, 74%, 22%) |
| CMYK | cmyk(85%, 0%, 69%, 61%) |
| LAB | lab(36.2 -38.9 31.0) |
| LCH | lch(36.2 49.8 141.5) |
| OKLCH | oklch(0.437 0.127 145.5) |
Copy-ready code
/* CSS */
color: #0f631f;
background-color: #0f631f;
/* Tailwind (arbitrary) */
class="text-[#0f631f] bg-[#0f631f]"
/* SCSS */
$brand: #0f631f;
/* SwiftUI */
Color(red: 0.059, green: 0.388, blue: 0.122)
/* Android */
Color.parseColor("#0f631f")Accessibility — WCAG contrast
Aa
#0f631f on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f631f on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green38.8%
Blue12.2%
CMYK percentages
Cyan84.8%
Magenta0.0%
Yellow68.7%
Key (black)61.2%
Color previews
#0f631f text on a black background
contrast 2.82:1
Card sample
#0f631f text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f631f;
Background color
Panel with #0f631f background
background-color: #0f631f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f631f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 99, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 99, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f631f; background: linear-gradient(135deg, #0f631f, #0F6357);