HSL(138, 68%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,68%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 68%, 67%) | color: hsl(138, 68%, 67%) | |
| HEX | #72E494 | color: #72E494 | |
| RGB | rgb(114, 228, 148) | color: rgb(114, 228, 148) | |
| CMYK | cmyk(50%, 0%, 35%, 11%) | — | |
| HSV | hsv(138, 50%, 89%) | — | |
| HWB | hwb(138 45% 11%) | color: hwb(138 45% 11%) | |
| OKLCH | oklch(0.8318 0.1539 151.45) | color: oklch(0.8318 0.1539 151.45) | |
| Lab | lab(82.49 -49.73 29.34) | color: lab(82.49 -49.73 29.34) | |
| LCH | lch(82.49 57.74 149.46) | color: lch(82.49 57.74 149.46) |
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)
#A3A4A7 — rgb(163, 164, 167)
Deuteranopia (Green-blind)
#9D94AC — rgb(157, 148, 172)
Tritanopia (Blue-blind)
#78B7BA — rgb(120, 183, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 68%, 67%);
text
color: hsl(138, 68%, 67%);
border
border: 2px solid hsl(138, 68%, 67%);
gradient light
background: linear-gradient(to right, hsl(138, 68%, 87%), hsl(138, 68%, 67%));
gradient dark
background: linear-gradient(to right, hsl(138, 68%, 67%), hsl(138, 68%, 47%))
hex
background-color: #72E494;
tailwind
bg-[hsl(138,68%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 68%, 67%, 0.4);
css variable
--color-primary: hsl(138, 68%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 68%, 67%)?
HEX: #72E494 | RGB: rgb(114, 228, 148) | CMYK: 50%, 0%, 35%, 11% | HSV: 138°, 50%, 89%. Copy any format from the conversion table above.
What colors go well with #72E494?
The complementary color is HSL(318, 68%, 67%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 68%, 67%) in CSS?
As HSL: color: hsl(138, 68%, 67%); — As HEX: color: #72E494; — As RGB: color: rgb(114, 228, 148); — Tailwind CSS: bg-[hsl(138,68%,67%)] — CSS variable: --color-primary: hsl(138, 68%, 67%);