HSL(55, 10%, 72%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(55,10%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 10%, 72%) | color: hsl(55, 10%, 72%) | |
| HEX | #BFBEB0 | color: #BFBEB0 | |
| RGB | rgb(191, 190, 176) | color: rgb(191, 190, 176) | |
| CMYK | cmyk(0%, 1%, 8%, 25%) | — | |
| HSV | hsv(56, 8%, 75%) | — | |
| HWB | hwb(56 69% 25%) | color: hwb(56 69% 25%) | |
| OKLCH | oklch(0.7984 0.0194 103.5) | color: oklch(0.7984 0.0194 103.5) | |
| Lab | lab(76.7 -2.14 7.19) | color: lab(76.7 -2.14 7.19) | |
| LCH | lch(76.7 7.5 106.57) | color: lch(76.7 7.5 106.57) |
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)
#BFBFB3 — rgb(191, 191, 179)
Deuteranopia (Green-blind)
#BFBFB4 — rgb(191, 191, 180)
Tritanopia (Blue-blind)
#BFB6B7 — rgb(191, 182, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 10%, 72%);
text
color: hsl(55, 10%, 72%);
border
border: 2px solid hsl(55, 10%, 72%);
gradient light
background: linear-gradient(to right, hsl(55, 10%, 92%), hsl(55, 10%, 72%));
gradient dark
background: linear-gradient(to right, hsl(55, 10%, 72%), hsl(55, 10%, 52%))
hex
background-color: #BFBEB0;
tailwind
bg-[hsl(55,10%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 10%, 72%, 0.4);
css variable
--color-primary: hsl(55, 10%, 72%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 10%, 72%)?
HEX: #BFBEB0 | RGB: rgb(191, 190, 176) | CMYK: 0%, 1%, 8%, 25% | HSV: 56°, 8%, 75%. Copy any format from the conversion table above.
What colors go well with #BFBEB0?
The complementary color is HSL(235, 10%, 72%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 10%, 72%) in CSS?
As HSL: color: hsl(55, 10%, 72%); — As HEX: color: #BFBEB0; — As RGB: color: rgb(191, 190, 176); — Tailwind CSS: bg-[hsl(55,10%,72%)] — CSS variable: --color-primary: hsl(55, 10%, 72%);