Salmon

#EA9462

Orange

Color Codes

All color formats for development

HEX
#EA9462
RGB
rgb(234, 148, 98)
HSL
hsl(22, 76%, 65%)
OKLCH
oklch(0.744 0.123 50.2)
CMYK
cmyk(0%, 37%, 58%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F7D7
300
#F1B8
400
#EA94
500
#E375
600
#C559
700
#9D47
800
#7033
900
#4821
950
#2D14

Shades

Darker variations

1#E68045
2#E26C28
3#CC5D1C
4#AF4F18
5#924214
6#753510
7#58280C
8#3A1A08
9#1D0D04

Tints

Lighter variations

1#EC9E72
2#EEA981
3#F0B491
4#F2BFA1
5#F4C9B0
6#F6D4C0
7#F9DFD0
8#FBEAE0
9#FDF4EF

Tones

Muted variations

1#E39569
2#DC976F
3#D59976
4#CE9B7D
5#C89D84
6#C19F8B
7#BAA091
8#B3A298
9#ADA49F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEAE0
Light backgroundsTable row hoverSkeleton loading
200
F7D7
#F7D7C5
Secondary backgroundsInput backgroundsDividers
300
F1B8
#F1B898
BordersInactive statesPlaceholder text
400
EA94
#EA9462
Disabled statesSecondary iconsMuted text
500
E375
#E37535
Primary brand colorCTAsActive elementsLinks
600
C559
#C5591B
Hover statesFocus ringsPrimary buttons hover
700
9D47
#9D4715
Active/pressed statesDark mode accentsSecondary text
800
7033
#70330F
Text on light backgroundsHeadingsStrong borders
900
4821
#48210A
Primary textHigh emphasis contentDark headings
950
2D14
#2D1406
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF6F2;
  --salmon-100: #FBEAE0;
  --salmon-200: #F7D7C5;
  --salmon-300: #F1B898;
  --salmon-400: #EA9462;
  --salmon-500: #E37535;
  --salmon-600: #C5591B;
  --salmon-700: #9D4715;
  --salmon-800: #70330F;
  --salmon-900: #48210A;
  --salmon-950: #2D1406;
}
Generate More ShadesCreate PaletteConvert Color