Brown

#9F2914

Red

Color Codes

All color formats for development

HEX
#9F2914
RGB
rgb(159, 41, 20)
HSL
hsl(9, 78%, 35%)
OKLCH
oklch(0.466 0.158 32.4)
CMYK
cmyk(0%, 74%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.50:1

AA AAA

On Black Background

2.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE3
200
#F8CC
300
#F2A4
400
#EB75
500
#E64E
600
#C833
700
#9F29
800
#711D
900
#4913
950
#2D0C

Shades

Darker variations

1#8F2412
2#7F2010
3#6F1C0E
4#5F180C
5#4F140A
6#401008
7#300C06
8#200804
9#100402

Tints

Lighter variations

1#BC3017
2#DA381B
3#E54C30
4#E9654E
5#ED7F6B
6#F09989
7#F4B2A6
8#F8CCC4
9#FBE5E1

Tones

Muted variations

1#982D1B
2#913222
3#8A3729
4#833C2F
5#7C4136
6#75463D
7#6E4B44
8#67504B
9#605452

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF3
#FDF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE3
#FBE3DF
Light backgroundsTable row hoverSkeleton loading
200
F8CC
#F8CCC4
Secondary backgroundsInput backgroundsDividers
300
F2A4
#F2A497
BordersInactive statesPlaceholder text
400
EB75
#EB7560
Disabled statesSecondary iconsMuted text
500
E64E
#E64E33
Primary brand colorCTAsActive elementsLinks
600
C833
#C83319
Hover statesFocus ringsPrimary buttons hover
700
9F29
#9F2914
Active/pressed statesDark mode accentsSecondary text
800
711D
#711D0E
Text on light backgroundsHeadingsStrong borders
900
4913
#491309
Primary textHigh emphasis contentDark headings
950
2D0C
#2D0C06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --brown-50: #FDF3F1;
  --brown-100: #FBE3DF;
  --brown-200: #F8CCC4;
  --brown-300: #F2A497;
  --brown-400: #EB7560;
  --brown-500: #E64E33;
  --brown-600: #C83319;
  --brown-700: #9F2914;
  --brown-800: #711D0E;
  --brown-900: #491309;
  --brown-950: #2D0C06;
}
Generate More ShadesCreate PaletteConvert Color