Black
#331400
OrangeColor Codes
All color formats for development
HEX
#331400RGB
rgb(51, 20, 0)HSL
hsl(24, 100%, 10%)OKLCH
oklch(0.234 0.06 52.5)CMYK
cmyk(0%, 61%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1200
2#291000
3#240E00
4#1F0C00
5#1A0A00
6#140800
7#0F0600
8#0A0400
9#050200
Tints
Lighter variations
1#612700
2#8F3900
3#BD4B00
4#EB5E00
5#FF751A
6#FF9147
7#FFAC75
8#FFC8A3
9#FFE3D1
Tones
Muted variations
1#301503
2#2E1505
3#2B1608
4#29160A
5#26170D
6#24170F
7#211812
8#1F1814
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD7 #FFD7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB9 #FFB98A | BordersInactive statesPlaceholder text |
| 400 | FF94 #FF944D | Disabled statesSecondary iconsMuted text |
| 500 | FF75 #FF751A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05A #E05A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B347 #B34700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8033 #803300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5221 #522100 | Primary textHigh emphasis contentDark headings |
| 950 | 3314 #331400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF6F0;
--black-100: #FFEADB;
--black-200: #FFD7BD;
--black-300: #FFB98A;
--black-400: #FF944D;
--black-500: #FF751A;
--black-600: #E05A00;
--black-700: #B34700;
--black-800: #803300;
--black-900: #522100;
--black-950: #331400;
}