HSL(30, 85%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,85%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 85%, 73%) | color: hsl(30, 85%, 73%) | |
| HEX | #F5BA80 | color: #F5BA80 | |
| RGB | rgb(245, 186, 128) | color: rgb(245, 186, 128) | |
| CMYK | cmyk(0%, 24%, 48%, 4%) | — | |
| HSV | hsv(30, 48%, 96%) | — | |
| HWB | hwb(30 50% 4%) | color: hwb(30 50% 4%) | |
| OKLCH | oklch(0.8301 0.1009 65.2) | color: oklch(0.8301 0.1009 65.2) | |
| Lab | lab(79.67 14.44 37.56) | color: lab(79.67 14.44 37.56) | |
| LCH | lch(79.67 40.24 68.97) | color: lch(79.67 40.24 68.97) |
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)
#DBDB8E — rgb(219, 219, 142)
Deuteranopia (Green-blind)
#DFE391 — rgb(223, 227, 145)
Tritanopia (Blue-blind)
#F2999C — rgb(242, 153, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 85%, 73%);
text
color: hsl(30, 85%, 73%);
border
border: 2px solid hsl(30, 85%, 73%);
gradient light
background: linear-gradient(to right, hsl(30, 85%, 93%), hsl(30, 85%, 73%));
gradient dark
background: linear-gradient(to right, hsl(30, 85%, 73%), hsl(30, 85%, 53%))
hex
background-color: #F5BA80;
tailwind
bg-[hsl(30,85%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 85%, 73%, 0.4);
css variable
--color-primary: hsl(30, 85%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 85%, 73%)?
HEX: #F5BA80 | RGB: rgb(245, 186, 128) | CMYK: 0%, 24%, 48%, 4% | HSV: 30°, 48%, 96%. Copy any format from the conversion table above.
What colors go well with #F5BA80?
The complementary color is HSL(210, 85%, 73%). 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, 85%, 73%) in CSS?
As HSL: color: hsl(30, 85%, 73%); — As HEX: color: #F5BA80; — As RGB: color: rgb(245, 186, 128); — Tailwind CSS: bg-[hsl(30,85%,73%)] — CSS variable: --color-primary: hsl(30, 85%, 73%);