Tan

#F59D94

Red

Color Codes

All color formats for development

HEX
#F59D94
RGB
rgb(245, 157, 148)
HSL
hsl(6, 83%, 77%)
OKLCH
oklch(0.782 0.107 26.1)
CMYK
cmyk(0%, 36%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FCE1
200
#F9C8
300
#F59D
400
#F06A
500
#EB40
600
#CD26
700
#A31E
800
#7515
900
#4B0E
950
#2F09

Shades

Darker variations

1#F27D70
2#EE5C4C
3#EB3B28
4#D82814
5#B42111
6#901A0D
7#6C140A
8#480D07
9#240703

Tints

Lighter variations

1#F6A79E
2#F7B1A9
3#F8BBB4
4#F9C4BF
5#FACEC9
6#FBD8D4
7#FCE2DF
8#FDEBEA
9#FEF5F4

Tones

Muted variations

1#F0A199
2#EBA59D
3#E6A9A2
4#E2ADA7
5#DDB1AC
6#D8B5B1
7#D3B9B6
8#CEBDBB
9#C9C0BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE1
#FCE1DE
Light backgroundsTable row hoverSkeleton loading
200
F9C8
#F9C8C2
Secondary backgroundsInput backgroundsDividers
300
F59D
#F59D94
BordersInactive statesPlaceholder text
400
F06A
#F06A5C
Disabled statesSecondary iconsMuted text
500
EB40
#EB402D
Primary brand colorCTAsActive elementsLinks
600
CD26
#CD2613
Hover statesFocus ringsPrimary buttons hover
700
A31E
#A31E0F
Active/pressed statesDark mode accentsSecondary text
800
7515
#75150B
Text on light backgroundsHeadingsStrong borders
900
4B0E
#4B0E07
Primary textHigh emphasis contentDark headings
950
2F09
#2F0904
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FEF2F1;
  --tan-100: #FCE1DE;
  --tan-200: #F9C8C2;
  --tan-300: #F59D94;
  --tan-400: #F06A5C;
  --tan-500: #EB402D;
  --tan-600: #CD2613;
  --tan-700: #A31E0F;
  --tan-800: #75150B;
  --tan-900: #4B0E07;
  --tan-950: #2F0904;
}
Generate More ShadesCreate PaletteConvert Color