Tan

#F39A95

Red

Color Codes

All color formats for development

HEX
#F39A95
RGB
rgb(243, 154, 149)
HSL
hsl(3, 80%, 77%)
OKLCH
oklch(0.775 0.108 23.3)
CMYK
cmyk(0%, 37%, 39%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F8C6
300
#F39A
400
#ED65
500
#E83A
600
#CA1F
700
#A119
800
#7312
900
#490B
950
#2E07

Shades

Darker variations

1#EF7872
2#EB574F
3#E7352B
4#D42118
5#B11B14
6#8D1610
7#6A100C
8#470B08
9#230504

Tints

Lighter variations

1#F4A4A0
2#F6AEAB
3#F7B8B5
4#F8C2C0
5#F9CDCA
6#FAD7D5
7#FBE1DF
8#FDEBEA
9#FEF5F4

Tones

Muted variations

1#EF9E9A
2#EAA39F
3#E5A7A4
4#E1ABA8
5#DCAFAD
6#D7B3B2
7#D2B8B6
8#CEBCBB
9#C9C0C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0DF
Light backgroundsTable row hoverSkeleton loading
200
F8C6
#F8C6C3
Secondary backgroundsInput backgroundsDividers
300
F39A
#F39A95
BordersInactive statesPlaceholder text
400
ED65
#ED655E
Disabled statesSecondary iconsMuted text
500
E83A
#E83A30
Primary brand colorCTAsActive elementsLinks
600
CA1F
#CA1F16
Hover statesFocus ringsPrimary buttons hover
700
A119
#A11912
Active/pressed statesDark mode accentsSecondary text
800
7312
#73120D
Text on light backgroundsHeadingsStrong borders
900
490B
#490B08
Primary textHigh emphasis contentDark headings
950
2E07
#2E0705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FDF2F1;
  --tan-100: #FBE0DF;
  --tan-200: #F8C6C3;
  --tan-300: #F39A95;
  --tan-400: #ED655E;
  --tan-500: #E83A30;
  --tan-600: #CA1F16;
  --tan-700: #A11912;
  --tan-800: #73120D;
  --tan-900: #490B08;
  --tan-950: #2E0705;
}
Generate More ShadesCreate PaletteConvert Color