Brown

#9D2515

Red

Color Codes

All color formats for development

HEX
#9D2515
RGB
rgb(157, 37, 21)
HSL
hsl(7, 76%, 35%)
OKLCH
oklch(0.459 0.159 31.1)
CMYK
cmyk(0%, 76%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.75:1

AA AAA

On Black Background

2.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE3
200
#F7CB
300
#F1A2
400
#EA72
500
#E349
600
#C52F
700
#9D25
800
#701B
900
#4811
950
#2D0B

Shades

Darker variations

1#8D2213
2#7E1E11
3#6E1A0F
4#5E160D
5#4F130B
6#3F0F09
7#2F0B06
8#1F0704
9#100402

Tints

Lighter variations

1#BA2C19
2#D7331D
3#E34733
4#E76250
5#EB7C6D
6#EF968A
7#F3B0A7
8#F7CBC5
9#FBE5E2

Tones

Muted variations

1#962A1C
2#903023
3#89352A
4#823A31
5#7B3F37
6#74443E
7#6E4A45
8#674F4C
9#605452

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF3
#FDF3F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE3
#FBE3E0
Light backgroundsTable row hoverSkeleton loading
200
F7CB
#F7CBC5
Secondary backgroundsInput backgroundsDividers
300
F1A2
#F1A298
BordersInactive statesPlaceholder text
400
EA72
#EA7262
Disabled statesSecondary iconsMuted text
500
E349
#E34935
Primary brand colorCTAsActive elementsLinks
600
C52F
#C52F1B
Hover statesFocus ringsPrimary buttons hover
700
9D25
#9D2515
Active/pressed statesDark mode accentsSecondary text
800
701B
#701B0F
Text on light backgroundsHeadingsStrong borders
900
4811
#48110A
Primary textHigh emphasis contentDark headings
950
2D0B
#2D0B06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --brown-50: #FDF3F2;
  --brown-100: #FBE3E0;
  --brown-200: #F7CBC5;
  --brown-300: #F1A298;
  --brown-400: #EA7262;
  --brown-500: #E34935;
  --brown-600: #C52F1B;
  --brown-700: #9D2515;
  --brown-800: #701B0F;
  --brown-900: #48110A;
  --brown-950: #2D0B06;
}
Generate More ShadesCreate PaletteConvert Color