HSL(138, 26%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,26%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 26%, 75%) | color: hsl(138, 26%, 75%) | |
| HEX | #AFD0B9 | color: #AFD0B9 | |
| RGB | rgb(175, 208, 185) | color: rgb(175, 208, 185) | |
| CMYK | cmyk(16%, 0%, 11%, 18%) | — | |
| HSV | hsv(138, 16%, 82%) | — | |
| HWB | hwb(138 69% 18%) | color: hwb(138 69% 18%) | |
| OKLCH | oklch(0.827 0.0475 154.84) | color: oklch(0.827 0.0475 154.84) | |
| Lab | lab(80.59 -15.43 7.78) | color: lab(80.59 -15.43 7.78) | |
| LCH | lch(80.59 17.28 153.24) | color: lch(80.59 17.28 153.24) |
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)
#BDBEBF — rgb(189, 190, 191)
Deuteranopia (Green-blind)
#BBB9C0 — rgb(187, 185, 192)
Tritanopia (Blue-blind)
#B1C3C4 — rgb(177, 195, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 26%, 75%);
text
color: hsl(138, 26%, 75%);
border
border: 2px solid hsl(138, 26%, 75%);
gradient light
background: linear-gradient(to right, hsl(138, 26%, 95%), hsl(138, 26%, 75%));
gradient dark
background: linear-gradient(to right, hsl(138, 26%, 75%), hsl(138, 26%, 55%))
hex
background-color: #AFD0B9;
tailwind
bg-[hsl(138,26%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 26%, 75%, 0.4);
css variable
--color-primary: hsl(138, 26%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 26%, 75%)?
HEX: #AFD0B9 | RGB: rgb(175, 208, 185) | CMYK: 16%, 0%, 11%, 18% | HSV: 138°, 16%, 82%. Copy any format from the conversion table above.
What colors go well with #AFD0B9?
The complementary color is HSL(318, 26%, 75%). 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, 26%, 75%) in CSS?
As HSL: color: hsl(138, 26%, 75%); — As HEX: color: #AFD0B9; — As RGB: color: rgb(175, 208, 185); — Tailwind CSS: bg-[hsl(138,26%,75%)] — CSS variable: --color-primary: hsl(138, 26%, 75%);