#1ab248
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 178, 72
HSL
138°, 75%, 40%
CMYK
85, 0, 60, 30
Luminance
0.3253
Every format
| HEX | #1ab248 |
| RGB | rgb(26, 178, 72) |
| HSL | hsl(138, 75%, 40%) |
| CMYK | cmyk(85%, 0%, 60%, 30%) |
| LAB | lab(63.8 -59.3 43.0) |
| LCH | lch(63.8 73.3 144.0) |
| OKLCH | oklch(0.668 0.189 147.4) |
Copy-ready code
/* CSS */
color: #1ab248;
background-color: #1ab248;
/* Tailwind (arbitrary) */
class="text-[#1ab248] bg-[#1ab248]"
/* SCSS */
$brand: #1ab248;
/* SwiftUI */
Color(red: 0.102, green: 0.698, blue: 0.282)
/* Android */
Color.parseColor("#1ab248")Accessibility — WCAG contrast
Aa
#1ab248 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ab248 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green69.8%
Blue28.2%
CMYK percentages
Cyan85.4%
Magenta0.0%
Yellow59.6%
Key (black)30.2%
Color previews
#1ab248 text on a black background
contrast 7.51:1
Card sample
#1ab248 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ab248;
Background color
Panel with #1ab248 background
background-color: #1ab248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ab248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 178, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 178, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ab248; background: linear-gradient(135deg, #1ab248, #1AB2AD);