HSL(66, 90%, 82%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(66,90%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(66, 90%, 82%) color: hsl(66, 90%, 82%)
HEX #F2FAA8 color: #F2FAA8
RGB rgb(242, 250, 168) color: rgb(242, 250, 168)
CMYK cmyk(3%, 0%, 33%, 2%)
HSV hsv(66, 33%, 98%)
HWB hwb(66 66% 2%) color: hwb(66 66% 2%)
OKLCH oklch(0.9605 0.1036 112.89) color: oklch(0.9605 0.1036 112.89)
Lab lab(96.03 -15.02 38.52) color: lab(96.03 -15.02 38.52)
LCH lch(96.03 41.34 111.3) color: lch(96.03 41.34 111.3)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.1:1
vs Black 19.02:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#F5F6BC — rgb(245, 246, 188)

Deuteranopia (Green-blind)

#F5F4C1 — rgb(245, 244, 193)

Tritanopia (Blue-blind)

#F2CCCF — rgb(242, 204, 207)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(66, 90%, 82%);

text

color: hsl(66, 90%, 82%);

border

border: 2px solid hsl(66, 90%, 82%);

gradient light

background: linear-gradient(to right, hsl(66, 90%, 100%), hsl(66, 90%, 82%));

gradient dark

background: linear-gradient(to right, hsl(66, 90%, 82%), hsl(66, 90%, 62%))

hex

background-color: #F2FAA8;

tailwind

bg-[hsl(66,90%,82%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(66, 90%, 82%, 0.4);

css variable

--color-primary: hsl(66, 90%, 82%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(66, 90%, 82%)?

HEX: #F2FAA8 | RGB: rgb(242, 250, 168) | CMYK: 3%, 0%, 33%, 2% | HSV: 66°, 33%, 98%. Copy any format from the conversion table above.

What colors go well with #F2FAA8?

The complementary color is HSL(246, 90%, 82%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(66, 90%, 82%) in CSS?

As HSL: color: hsl(66, 90%, 82%); — As HEX: color: #F2FAA8; — As RGB: color: rgb(242, 250, 168); — Tailwind CSS: bg-[hsl(66,90%,82%)] — CSS variable: --color-primary: hsl(66, 90%, 82%);