HSL(30, 10%, 68%)
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,10%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 10%, 68%) | color: hsl(30, 10%, 68%) | |
| HEX | #B6ADA5 | color: #B6ADA5 | |
| RGB | rgb(182, 173, 165) | color: rgb(182, 173, 165) | |
| CMYK | cmyk(0%, 5%, 9%, 29%) | — | |
| HSV | hsv(28, 9%, 71%) | — | |
| HWB | hwb(28 65% 29%) | color: hwb(28 65% 29%) | |
| OKLCH | oklch(0.7528 0.0153 64.27) | color: oklch(0.7528 0.0153 64.27) | |
| Lab | lab(71.25 1.8 5.25) | color: lab(71.25 1.8 5.25) | |
| LCH | lch(71.25 5.55 71.08) | color: lch(71.25 5.55 71.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)
#B2B2A7 — rgb(178, 178, 167)
Deuteranopia (Green-blind)
#B3B3A7 — rgb(179, 179, 167)
Tritanopia (Blue-blind)
#B6A8A9 — rgb(182, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 10%, 68%);
text
color: hsl(30, 10%, 68%);
border
border: 2px solid hsl(30, 10%, 68%);
gradient light
background: linear-gradient(to right, hsl(30, 10%, 88%), hsl(30, 10%, 68%));
gradient dark
background: linear-gradient(to right, hsl(30, 10%, 68%), hsl(30, 10%, 48%))
hex
background-color: #B6ADA5;
tailwind
bg-[hsl(30,10%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 10%, 68%, 0.4);
css variable
--color-primary: hsl(30, 10%, 68%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 10%, 68%)?
HEX: #B6ADA5 | RGB: rgb(182, 173, 165) | CMYK: 0%, 5%, 9%, 29% | HSV: 28°, 9%, 71%. Copy any format from the conversion table above.
What colors go well with #B6ADA5?
The complementary color is HSL(210, 10%, 68%). 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, 10%, 68%) in CSS?
As HSL: color: hsl(30, 10%, 68%); — As HEX: color: #B6ADA5; — As RGB: color: rgb(182, 173, 165); — Tailwind CSS: bg-[hsl(30,10%,68%)] — CSS variable: --color-primary: hsl(30, 10%, 68%);