HSL(43, 12%, 35%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(43,12%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 12%, 35%) | color: hsl(43, 12%, 35%) | |
| HEX | #645E4F | color: #645E4F | |
| RGB | rgb(100, 94, 79) | color: rgb(100, 94, 79) | |
| CMYK | cmyk(0%, 6%, 21%, 61%) | — | |
| HSV | hsv(43, 21%, 39%) | — | |
| HWB | hwb(43 31% 61%) | color: hwb(43 31% 61%) | |
| OKLCH | oklch(0.4831 0.0244 88.81) | color: oklch(0.4831 0.0244 88.81) | |
| Lab | lab(40.05 -0.39 9.48) | color: lab(40.05 -0.39 9.48) | |
| LCH | lch(40.05 9.49 92.36) | color: lch(40.05 9.49 92.36) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#616153 — rgb(97, 97, 83)
Deuteranopia (Green-blind)
#626254 — rgb(98, 98, 84)
Tritanopia (Blue-blind)
#645556 — rgb(100, 85, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 12%, 35%);
text
color: hsl(43, 12%, 35%);
border
border: 2px solid hsl(43, 12%, 35%);
gradient light
background: linear-gradient(to right, hsl(43, 12%, 55%), hsl(43, 12%, 35%));
gradient dark
background: linear-gradient(to right, hsl(43, 12%, 35%), hsl(43, 12%, 15%))
hex
background-color: #645E4F;
tailwind
bg-[hsl(43,12%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 12%, 35%, 0.4);
css variable
--color-primary: hsl(43, 12%, 35%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 12%, 35%)?
HEX: #645E4F | RGB: rgb(100, 94, 79) | CMYK: 0%, 6%, 21%, 61% | HSV: 43°, 21%, 39%. Copy any format from the conversion table above.
What colors go well with #645E4F?
The complementary color is HSL(223, 12%, 35%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 12%, 35%) in CSS?
As HSL: color: hsl(43, 12%, 35%); — As HEX: color: #645E4F; — As RGB: color: rgb(100, 94, 79); — Tailwind CSS: bg-[hsl(43,12%,35%)] — CSS variable: --color-primary: hsl(43, 12%, 35%);