Orange Red
#DB3006
RedColor Codes
All color formats for development
HEX
#DB3006RGB
rgb(219, 48, 6)HSL
hsl(12, 95%, 44%)OKLCH
oklch(0.58 0.211 33.1)CMYK
cmyk(0%, 78%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C52B05
2#AF2704
3#992204
4#831D03
5#6D1803
6#581302
7#420E02
8#2C0A01
9#160501
Tints
Lighter variations
1#F73606
2#F94C20
3#FA623C
4#FB7858
5#FB8F74
6#FCA590
7#FDBCAB
8#FED2C7
9#FEE9E3
Tones
Muted variations
1#D03710
2#C53D1B
3#BB4326
4#B04A30
5#A5503B
6#9B5746
7#905D50
8#86635B
9#7B6A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE3 #FEE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCB #FDCBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCA3 #FCA38D | BordersInactive statesPlaceholder text |
| 400 | FB73 #FB7351 | Disabled statesSecondary iconsMuted text |
| 500 | F94B #F94B1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB30 #DB3006 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE26 #AE2604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C1B #7C1B03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5012 #501202 | Primary textHigh emphasis contentDark headings |
| 950 | 320B #320B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FEE3DC;
--orange-red-200: #FDCBBE;
--orange-red-300: #FCA38D;
--orange-red-400: #FB7351;
--orange-red-500: #F94B1F;
--orange-red-600: #DB3006;
--orange-red-700: #AE2604;
--orange-red-800: #7C1B03;
--orange-red-900: #501202;
--orange-red-950: #320B01;
}