HSL(30, 13%, 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(30,13%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 13%, 35%) | color: hsl(30, 13%, 35%) | |
| HEX | #65594E | color: #65594E | |
| RGB | rgb(101, 89, 78) | color: rgb(101, 89, 78) | |
| CMYK | cmyk(0%, 12%, 23%, 60%) | — | |
| HSV | hsv(29, 23%, 40%) | — | |
| HWB | hwb(29 31% 60%) | color: hwb(29 31% 60%) | |
| OKLCH | oklch(0.4723 0.0233 64.74) | color: oklch(0.4723 0.0233 64.74) | |
| Lab | lab(38.66 2.89 8.16) | color: lab(38.66 2.89 8.16) | |
| LCH | lch(38.66 8.66 70.5) | color: lch(38.66 8.66 70.5) |
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)
#606051 — rgb(96, 96, 81)
Deuteranopia (Green-blind)
#616151 — rgb(97, 97, 81)
Tritanopia (Blue-blind)
#645353 — rgb(100, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 13%, 35%);
text
color: hsl(30, 13%, 35%);
border
border: 2px solid hsl(30, 13%, 35%);
gradient light
background: linear-gradient(to right, hsl(30, 13%, 55%), hsl(30, 13%, 35%));
gradient dark
background: linear-gradient(to right, hsl(30, 13%, 35%), hsl(30, 13%, 15%))
hex
background-color: #65594E;
tailwind
bg-[hsl(30,13%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 13%, 35%, 0.4);
css variable
--color-primary: hsl(30, 13%, 35%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 13%, 35%)?
HEX: #65594E | RGB: rgb(101, 89, 78) | CMYK: 0%, 12%, 23%, 60% | HSV: 29°, 23%, 40%. Copy any format from the conversion table above.
What colors go well with #65594E?
The complementary color is HSL(210, 13%, 35%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 13%, 35%) in CSS?
As HSL: color: hsl(30, 13%, 35%); — As HEX: color: #65594E; — As RGB: color: rgb(101, 89, 78); — Tailwind CSS: bg-[hsl(30,13%,35%)] — CSS variable: --color-primary: hsl(30, 13%, 35%);