HSL(30, 90%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,90%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 90%, 68%) | color: hsl(30, 90%, 68%) | |
| HEX | #F7AD64 | color: #F7AD64 | |
| RGB | rgb(247, 173, 100) | color: rgb(247, 173, 100) | |
| CMYK | cmyk(0%, 30%, 60%, 3%) | — | |
| HSV | hsv(30, 60%, 97%) | — | |
| HWB | hwb(30 39% 3%) | color: hwb(30 39% 3%) | |
| OKLCH | oklch(0.8041 0.1248 64.02) | color: oklch(0.8041 0.1248 64.02) | |
| Lab | lab(76.43 19.78 47.81) | color: lab(76.43 19.78 47.81) | |
| LCH | lch(76.43 51.74 67.52) | color: lch(76.43 51.74 67.52) |
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)
#D7D676 — rgb(215, 214, 118)
Deuteranopia (Green-blind)
#DBE17A — rgb(219, 225, 122)
Tritanopia (Blue-blind)
#F38487 — rgb(243, 132, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 90%, 68%);
text
color: hsl(30, 90%, 68%);
border
border: 2px solid hsl(30, 90%, 68%);
gradient light
background: linear-gradient(to right, hsl(30, 90%, 88%), hsl(30, 90%, 68%));
gradient dark
background: linear-gradient(to right, hsl(30, 90%, 68%), hsl(30, 90%, 48%))
hex
background-color: #F7AD64;
tailwind
bg-[hsl(30,90%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 90%, 68%, 0.4);
css variable
--color-primary: hsl(30, 90%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 90%, 68%)?
HEX: #F7AD64 | RGB: rgb(247, 173, 100) | CMYK: 0%, 30%, 60%, 3% | HSV: 30°, 60%, 97%. Copy any format from the conversion table above.
What colors go well with #F7AD64?
The complementary color is HSL(210, 90%, 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, 90%, 68%) in CSS?
As HSL: color: hsl(30, 90%, 68%); — As HEX: color: #F7AD64; — As RGB: color: rgb(247, 173, 100); — Tailwind CSS: bg-[hsl(30,90%,68%)] — CSS variable: --color-primary: hsl(30, 90%, 68%);