Black
#330D00
OrangeColor Codes
All color formats for development
HEX
#330D00RGB
rgb(51, 13, 0)HSL
hsl(15, 100%, 10%)OKLCH
oklch(0.222 0.067 42.2)CMYK
cmyk(0%, 75%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0B00
2#290A00
3#240900
4#1F0800
5#1A0600
6#140500
7#0F0400
8#0A0300
9#050100
Tints
Lighter variations
1#611800
2#8F2400
3#BD2F00
4#EB3B00
5#FF531A
6#FF7547
7#FF9875
8#FFBAA3
9#FFDDD1
Tones
Muted variations
1#300E03
2#2E0F05
3#2B1108
4#29120A
5#26130D
6#24140F
7#211612
8#1F1714
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCD #FFCDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA7 #FFA78A | BordersInactive statesPlaceholder text |
| 400 | FF79 #FF794D | Disabled statesSecondary iconsMuted text |
| 500 | FF53 #FF531A | Primary brand colorCTAsActive elementsLinks |
| 600 | E038 #E03800 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B32D #B32D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8020 #802000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5214 #521400 | Primary textHigh emphasis contentDark headings |
| 950 | 330D #330D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF4F0;
--black-100: #FFE4DB;
--black-200: #FFCDBD;
--black-300: #FFA78A;
--black-400: #FF794D;
--black-500: #FF531A;
--black-600: #E03800;
--black-700: #B32D00;
--black-800: #802000;
--black-900: #521400;
--black-950: #330D00;
}