Orange
#F19A27
OrangeColor Codes
All color formats for development
HEX
#F19A27RGB
rgb(241, 154, 39)HSL
hsl(34, 88%, 55%)OKLCH
oklch(0.758 0.156 67.1)CMYK
cmyk(0%, 36%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED8D0F
2#D37D0D
3#B96E0C
4#9E5E0A
5#844E08
6#693F07
7#4F2F05
8#351F03
9#1A1002
Tints
Lighter variations
1#F3A43D
2#F4AE52
3#F5B868
4#F7C27E
5#F8CC93
6#F9D6A9
7#FBE1BE
8#FCEBD4
9#FEF5E9
Tones
Muted variations
1#E79831
2#DD973B
3#D39646
4#C99450
5#BF935A
6#B59264
7#AB906E
8#A08F78
9#968E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CB #F8CB91 | BordersInactive statesPlaceholder text |
| 400 | F4B0 #F4B057 | Disabled statesSecondary iconsMuted text |
| 500 | F19A #F19A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37D #D37D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A864 #A8640B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E05 | Primary textHigh emphasis contentDark headings |
| 950 | 301C #301C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF8F1;
--orange-100: #FDEFDD;
--orange-200: #FBE2C1;
--orange-300: #F8CB91;
--orange-400: #F4B057;
--orange-500: #F19A27;
--orange-600: #D37D0D;
--orange-700: #A8640B;
--orange-800: #784708;
--orange-900: #4D2E05;
--orange-950: #301C03;
}