Tan

#F59C94

Red

Color Codes

All color formats for development

HEX
#F59C94
RGB
rgb(245, 156, 148)
HSL
hsl(5, 83%, 77%)
OKLCH
oklch(0.78 0.108 25.4)
CMYK
cmyk(0%, 36%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FCE1
200
#F9C7
300
#F59C
400
#F068
500
#EB3D
600
#CD23
700
#A31C
800
#7514
900
#4B0D
950
#2F08

Shades

Darker variations

1#F27B70
2#EE594C
3#EB3828
4#D82414
5#B41E11
6#90180D
7#6C120A
8#480C07
9#240603

Tints

Lighter variations

1#F6A69E
2#F7B0A9
3#F8BAB4
4#F9C3BF
5#FACDC9
6#FBD7D4
7#FCE1DF
8#FDEBEA
9#FEF5F4

Tones

Muted variations

1#F0A099
2#EBA49D
3#E6A8A2
4#E2ACA7
5#DDB0AC
6#D8B4B1
7#D3B8B6
8#CEBCBB
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
F9C7
#F9C7C2
Secondary backgroundsInput backgroundsDividers
300
F59C
#F59C94
BordersInactive statesPlaceholder text
400
F068
#F0685C
Disabled statesSecondary iconsMuted text
500
EB3D
#EB3D2D
Primary brand colorCTAsActive elementsLinks
600
CD23
#CD2313
Hover statesFocus ringsPrimary buttons hover
700
A31C
#A31C0F
Active/pressed statesDark mode accentsSecondary text
800
7514
#75140B
Text on light backgroundsHeadingsStrong borders
900
4B0D
#4B0D07
Primary textHigh emphasis contentDark headings
950
2F08
#2F0804
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FEF2F1;
  --tan-100: #FCE1DE;
  --tan-200: #F9C7C2;
  --tan-300: #F59C94;
  --tan-400: #F0685C;
  --tan-500: #EB3D2D;
  --tan-600: #CD2313;
  --tan-700: #A31C0F;
  --tan-800: #75140B;
  --tan-900: #4B0D07;
  --tan-950: #2F0804;
}
Generate More ShadesCreate PaletteConvert Color