Chocolate

#D3530D

Orange

Color Codes

All color formats for development

HEX
#D3530D
RGB
rgb(211, 83, 13)
HSL
hsl(21, 88%, 44%)
OKLCH
oklch(0.603 0.176 42.4)
CMYK
cmyk(0%, 61%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

4.19:1

AA AAA

On Black Background

5.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FDE8
200
#FBD5
300
#F8B5
400
#F48E
500
#F16E
600
#D353
700
#A842
800
#782F
900
#4D1E
950
#3013

Shades

Darker variations

1#BE4A0C
2#A9420B
3#943A09
4#7F3208
5#692907
6#542105
7#3F1904
8#2A1103
9#150801

Tints

Lighter variations

1#EE5D0F
2#F16F28
3#F38143
4#F5935E
5#F6A579
6#F8B794
7#FAC9AE
8#FCDBC9
9#FDEDE4

Tones

Muted variations

1#C95617
2#BF5921
3#B55B2B
4#AB5E35
5#A2613F
6#986449
7#8E6753
8#846A5C
9#7A6D66

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE8
#FDE8DD
Light backgroundsTable row hoverSkeleton loading
200
FBD5
#FBD5C1
Secondary backgroundsInput backgroundsDividers
300
F8B5
#F8B591
BordersInactive statesPlaceholder text
400
F48E
#F48E57
Disabled statesSecondary iconsMuted text
500
F16E
#F16E27
Primary brand colorCTAsActive elementsLinks
600
D353
#D3530D
Hover statesFocus ringsPrimary buttons hover
700
A842
#A8420B
Active/pressed statesDark mode accentsSecondary text
800
782F
#782F08
Text on light backgroundsHeadingsStrong borders
900
4D1E
#4D1E05
Primary textHigh emphasis contentDark headings
950
3013
#301303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FEF5F1;
  --chocolate-100: #FDE8DD;
  --chocolate-200: #FBD5C1;
  --chocolate-300: #F8B591;
  --chocolate-400: #F48E57;
  --chocolate-500: #F16E27;
  --chocolate-600: #D3530D;
  --chocolate-700: #A8420B;
  --chocolate-800: #782F08;
  --chocolate-900: #4D1E05;
  --chocolate-950: #301303;
}
Generate More ShadesCreate PaletteConvert Color