HSL(93, 68%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,68%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 68%, 46%) | color: hsl(93, 68%, 46%) | |
| HEX | #6DC526 | color: #6DC526 | |
| RGB | rgb(109, 197, 38) | color: rgb(109, 197, 38) | |
| CMYK | cmyk(45%, 0%, 81%, 23%) | — | |
| HSV | hsv(93, 81%, 77%) | — | |
| HWB | hwb(93 15% 23%) | color: hwb(93 15% 23%) | |
| OKLCH | oklch(0.7396 0.2025 135.07) | color: oklch(0.7396 0.2025 135.07) | |
| Lab | lab(71.77 -51.19 64.89) | color: lab(71.77 -51.19 64.89) | |
| LCH | lch(71.77 82.65 128.27) | color: lch(71.77 82.65 128.27) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#93944C — rgb(147, 148, 76)
Deuteranopia (Green-blind)
#8E8756 — rgb(142, 135, 86)
Tritanopia (Blue-blind)
#716B72 — rgb(113, 107, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 68%, 46%);
text
color: hsl(93, 68%, 46%);
border
border: 2px solid hsl(93, 68%, 46%);
gradient light
background: linear-gradient(to right, hsl(93, 68%, 66%), hsl(93, 68%, 46%));
gradient dark
background: linear-gradient(to right, hsl(93, 68%, 46%), hsl(93, 68%, 26%))
hex
background-color: #6DC526;
tailwind
bg-[hsl(93,68%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 68%, 46%, 0.4);
css variable
--color-primary: hsl(93, 68%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 68%, 46%)?
HEX: #6DC526 | RGB: rgb(109, 197, 38) | CMYK: 45%, 0%, 81%, 23% | HSV: 93°, 81%, 77%. Copy any format from the conversion table above.
What colors go well with #6DC526?
The complementary color is HSL(273, 68%, 46%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 68%, 46%) in CSS?
As HSL: color: hsl(93, 68%, 46%); — As HEX: color: #6DC526; — As RGB: color: rgb(109, 197, 38); — Tailwind CSS: bg-[hsl(93,68%,46%)] — CSS variable: --color-primary: hsl(93, 68%, 46%);