#198054
a dark, vivid green · cool · closest name: seagreen
RGB
25, 128, 84
HSL
154°, 67%, 30%
CMYK
81, 0, 34, 50
Luminance
0.1629
Every format
| HEX | #198054 |
| RGB | rgb(25, 128, 84) |
| HSL | hsl(154, 67%, 30%) |
| CMYK | cmyk(81%, 0%, 34%, 50%) |
| LAB | lab(47.3 -39.2 16.0) |
| LCH | lch(47.3 42.4 157.8) |
| OKLCH | oklch(0.533 0.114 159.2) |
Copy-ready code
/* CSS */
color: #198054;
background-color: #198054;
/* Tailwind (arbitrary) */
class="text-[#198054] bg-[#198054]"
/* SCSS */
$brand: #198054;
/* SwiftUI */
Color(red: 0.098, green: 0.502, blue: 0.329)
/* Android */
Color.parseColor("#198054")Accessibility — WCAG contrast
Aa
#198054 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198054 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.2%
Blue32.9%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow34.4%
Key (black)49.8%
Color previews
#198054 text on a black background
contrast 4.26:1
Card sample
#198054 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198054;
Background color
Panel with #198054 background
background-color: #198054;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198054;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 128, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 128, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198054; background: linear-gradient(135deg, #198054, #196780);