Tan

#F0BE5C

Orange

Color Codes

All color formats for development

HEX
#F0BE5C
RGB
rgb(240, 190, 92)
HSL
hsl(40, 83%, 65%)
OKLCH
oklch(0.828 0.129 82.1)
CMYK
cmyk(0%, 21%, 62%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FCF2
200
#F9E7
300
#F5D5
400
#F0BE
500
#EBAC
600
#CD8F
700
#A372
800
#7551
900
#4B34
950
#2F21

Shades

Darker variations

1#EDB23D
2#EAA61F
3#D49414
4#B67F11
5#986A0E
6#79550B
7#5B3F08
8#3D2A06
9#1E1503

Tints

Lighter variations

1#F1C56C
2#F3CB7C
3#F4D28D
4#F6D89D
5#F7DFAD
6#F9E5BE
7#FAECCE
8#FCF2DE
9#FDF9EF

Tones

Muted variations

1#E8BC63
2#E1BA6A
3#DAB772
4#D2B579
5#CBB281
6#C3B088
7#BCAD90
8#B5AB97
9#ADA89E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FCF2
#FCF2DE
Light backgroundsTable row hoverSkeleton loading
200
F9E7
#F9E7C2
Secondary backgroundsInput backgroundsDividers
300
F5D5
#F5D594
BordersInactive statesPlaceholder text
400
F0BE
#F0BE5C
Disabled statesSecondary iconsMuted text
500
EBAC
#EBAC2D
Primary brand colorCTAsActive elementsLinks
600
CD8F
#CD8F13
Hover statesFocus ringsPrimary buttons hover
700
A372
#A3720F
Active/pressed statesDark mode accentsSecondary text
800
7551
#75510B
Text on light backgroundsHeadingsStrong borders
900
4B34
#4B3407
Primary textHigh emphasis contentDark headings
950
2F21
#2F2104
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FEF9F1;
  --tan-100: #FCF2DE;
  --tan-200: #F9E7C2;
  --tan-300: #F5D594;
  --tan-400: #F0BE5C;
  --tan-500: #EBAC2D;
  --tan-600: #CD8F13;
  --tan-700: #A3720F;
  --tan-800: #75510B;
  --tan-900: #4B3407;
  --tan-950: #2F2104;
}
Generate More ShadesCreate PaletteConvert Color