HSL(67, 97%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,97%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 97%, 70%) | color: hsl(67, 97%, 70%) | |
| HEX | #EBFD68 | color: #EBFD68 | |
| RGB | rgb(235, 253, 104) | color: rgb(235, 253, 104) | |
| CMYK | cmyk(7%, 0%, 59%, 1%) | — | |
| HSV | hsv(67, 59%, 99%) | — | |
| HWB | hwb(67 41% 1%) | color: hwb(67 41% 1%) | |
| OKLCH | oklch(0.9529 0.1721 115.54) | color: oklch(0.9529 0.1721 115.54) | |
| Lab | lab(95.54 -25.24 67.5) | color: lab(95.54 -25.24 67.5) | |
| LCH | lch(95.54 72.06 110.5) | color: lch(95.54 72.06 110.5) |
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)
#F3F38C — rgb(243, 243, 140)
Deuteranopia (Green-blind)
#F2F095 — rgb(242, 240, 149)
Tritanopia (Blue-blind)
#ECA9AF — rgb(236, 169, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 97%, 70%);
text
color: hsl(67, 97%, 70%);
border
border: 2px solid hsl(67, 97%, 70%);
gradient light
background: linear-gradient(to right, hsl(67, 97%, 90%), hsl(67, 97%, 70%));
gradient dark
background: linear-gradient(to right, hsl(67, 97%, 70%), hsl(67, 97%, 50%))
hex
background-color: #EBFD68;
tailwind
bg-[hsl(67,97%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 97%, 70%, 0.4);
css variable
--color-primary: hsl(67, 97%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 97%, 70%)?
HEX: #EBFD68 | RGB: rgb(235, 253, 104) | CMYK: 7%, 0%, 59%, 1% | HSV: 67°, 59%, 99%. Copy any format from the conversion table above.
What colors go well with #EBFD68?
The complementary color is HSL(247, 97%, 70%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 97%, 70%) in CSS?
As HSL: color: hsl(67, 97%, 70%); — As HEX: color: #EBFD68; — As RGB: color: rgb(235, 253, 104); — Tailwind CSS: bg-[hsl(67,97%,70%)] — CSS variable: --color-primary: hsl(67, 97%, 70%);