HSL(80, 28%, 98%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,28%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 28%, 98%) | color: hsl(80, 28%, 98%) | |
| HEX | #FAFBF8 | color: #FAFBF8 | |
| RGB | rgb(250, 251, 248) | color: rgb(250, 251, 248) | |
| CMYK | cmyk(0%, 0%, 1%, 2%) | — | |
| HSV | hsv(80, 1%, 98%) | — | |
| HWB | hwb(80 97% 2%) | color: hwb(80 97% 2%) | |
| OKLCH | oklch(0.9865 0.0041 121.56) | color: oklch(0.9865 0.0041 121.56) | |
| Lab | lab(98.47 -0.86 1.32) | color: lab(98.47 -0.86 1.32) | |
| LCH | lch(98.47 1.58 123.08) | color: lch(98.47 1.58 123.08) |
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)
#FAFAF9 — rgb(250, 250, 249)
Deuteranopia (Green-blind)
#FAFAF9 — rgb(250, 250, 249)
Tritanopia (Blue-blind)
#FAF9F9 — rgb(250, 249, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 28%, 98%);
text
color: hsl(80, 28%, 98%);
border
border: 2px solid hsl(80, 28%, 98%);
gradient light
background: linear-gradient(to right, hsl(80, 28%, 100%), hsl(80, 28%, 98%));
gradient dark
background: linear-gradient(to right, hsl(80, 28%, 98%), hsl(80, 28%, 78%))
hex
background-color: #FAFBF8;
tailwind
bg-[hsl(80,28%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 28%, 98%, 0.4);
css variable
--color-primary: hsl(80, 28%, 98%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(80, 28%, 98%)?
HEX: #FAFBF8 | RGB: rgb(250, 251, 248) | CMYK: 0%, 0%, 1%, 2% | HSV: 80°, 1%, 98%. Copy any format from the conversion table above.
What colors go well with #FAFBF8?
The complementary color is HSL(260, 28%, 98%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 28%, 98%) in CSS?
As HSL: color: hsl(80, 28%, 98%); — As HEX: color: #FAFBF8; — As RGB: color: rgb(250, 251, 248); — Tailwind CSS: bg-[hsl(80,28%,98%)] — CSS variable: --color-primary: hsl(80, 28%, 98%);