Brown

#9D3315

Red

Color Codes

All color formats for development

HEX
#9D3315
RGB
rgb(157, 51, 21)
HSL
hsl(13, 76%, 35%)
OKLCH
oklch(0.474 0.147 35.8)
CMYK
cmyk(0%, 68%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.20:1

AA AAA

On Black Background

2.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE5
200
#F7D0
300
#F1AB
400
#EA7F
500
#E35B
600
#C540
700
#9D33
800
#7024
900
#4817
950
#2D0F

Shades

Darker variations

1#8D2E13
2#7E2911
3#6E240F
4#5E1E0D
5#4F190B
6#3F1409
7#2F0F06
8#1F0A04
9#100502

Tints

Lighter variations

1#BA3C19
2#D7461D
3#E35933
4#E77150
5#EB886D
6#EFA08A
7#F3B8A7
8#F7D0C5
9#FBE7E2

Tones

Muted variations

1#96371C
2#903B23
3#893E2A
4#824231
5#7B4637
6#744A3E
7#6E4E45
8#67524C
9#605552

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE5
#FBE5E0
Light backgroundsTable row hoverSkeleton loading
200
F7D0
#F7D0C5
Secondary backgroundsInput backgroundsDividers
300
F1AB
#F1AB98
BordersInactive statesPlaceholder text
400
EA7F
#EA7F62
Disabled statesSecondary iconsMuted text
500
E35B
#E35B35
Primary brand colorCTAsActive elementsLinks
600
C540
#C5401B
Hover statesFocus ringsPrimary buttons hover
700
9D33
#9D3315
Active/pressed statesDark mode accentsSecondary text
800
7024
#70240F
Text on light backgroundsHeadingsStrong borders
900
4817
#48170A
Primary textHigh emphasis contentDark headings
950
2D0F
#2D0F06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --brown-50: #FDF4F2;
  --brown-100: #FBE5E0;
  --brown-200: #F7D0C5;
  --brown-300: #F1AB98;
  --brown-400: #EA7F62;
  --brown-500: #E35B35;
  --brown-600: #C5401B;
  --brown-700: #9D3315;
  --brown-800: #70240F;
  --brown-900: #48170A;
  --brown-950: #2D0F06;
}
Generate More ShadesCreate PaletteConvert Color