Black
#311302
OrangeColor Codes
All color formats for development
HEX
#311302RGB
rgb(49, 19, 2)HSL
hsl(22, 92%, 10%)OKLCH
oklch(0.229 0.057 49.5)CMYK
cmyk(0%, 61%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1102
2#270F02
3#220D01
4#1D0C01
5#180A01
6#140801
7#0F0601
8#0A0400
9#050200
Tints
Lighter variations
1#5D2504
2#893606
3#B54708
4#E15909
5#F67023
6#F88D4F
7#F9A97B
8#FBC6A7
9#FDE2D3
Tones
Muted variations
1#2F1404
2#2C1407
3#2A1509
4#28160B
5#25160E
6#231710
7#211812
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE9 #FEE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD6 #FCD6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB6 #FAB68E | BordersInactive statesPlaceholder text |
| 400 | F890 #F89054 | Disabled statesSecondary iconsMuted text |
| 500 | F670 #F67023 | Primary brand colorCTAsActive elementsLinks |
| 600 | D755 #D75509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB43 #AB4307 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A30 #7A3005 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1F #4E1F03 | Primary textHigh emphasis contentDark headings |
| 950 | 3113 #311302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F0;
--black-100: #FEE9DD;
--black-200: #FCD6BF;
--black-300: #FAB68E;
--black-400: #F89054;
--black-500: #F67023;
--black-600: #D75509;
--black-700: #AB4307;
--black-800: #7A3005;
--black-900: #4E1F03;
--black-950: #311302;
}