HSL(148, 23%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,23%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 23%, 68%) | color: hsl(148, 23%, 68%) | |
| HEX | #9BC0AC | color: #9BC0AC | |
| RGB | rgb(155, 192, 172) | color: rgb(155, 192, 172) | |
| CMYK | cmyk(19%, 0%, 10%, 25%) | — | |
| HSV | hsv(148, 19%, 75%) | — | |
| HWB | hwb(148 61% 25%) | color: hwb(148 61% 25%) | |
| OKLCH | oklch(0.775 0.0488 161.4) | color: oklch(0.775 0.0488 161.4) | |
| Lab | lab(74.6 -16.41 6.01) | color: lab(74.6 -16.41 6.01) | |
| LCH | lch(74.6 17.48 159.89) | color: lch(74.6 17.48 159.89) |
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)
#ABABB1 — rgb(171, 171, 177)
Deuteranopia (Green-blind)
#A9A6B2 — rgb(169, 166, 178)
Tritanopia (Blue-blind)
#9DB5B6 — rgb(157, 181, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 23%, 68%);
text
color: hsl(148, 23%, 68%);
border
border: 2px solid hsl(148, 23%, 68%);
gradient light
background: linear-gradient(to right, hsl(148, 23%, 88%), hsl(148, 23%, 68%));
gradient dark
background: linear-gradient(to right, hsl(148, 23%, 68%), hsl(148, 23%, 48%))
hex
background-color: #9BC0AC;
tailwind
bg-[hsl(148,23%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 23%, 68%, 0.4);
css variable
--color-primary: hsl(148, 23%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 23%, 68%)?
HEX: #9BC0AC | RGB: rgb(155, 192, 172) | CMYK: 19%, 0%, 10%, 25% | HSV: 148°, 19%, 75%. Copy any format from the conversion table above.
What colors go well with #9BC0AC?
The complementary color is HSL(328, 23%, 68%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 23%, 68%) in CSS?
As HSL: color: hsl(148, 23%, 68%); — As HEX: color: #9BC0AC; — As RGB: color: rgb(155, 192, 172); — Tailwind CSS: bg-[hsl(148,23%,68%)] — CSS variable: --color-primary: hsl(148, 23%, 68%);