Salmon

#E99D63

Orange

Color Codes

All color formats for development

HEX
#E99D63
RGB
rgb(233, 157, 99)
HSL
hsl(26, 75%, 65%)
OKLCH
oklch(0.759 0.117 57.2)
CMYK
cmyk(0%, 33%, 58%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.22:1

AA AAA

On Black Background

9.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEB
200
#F7DB
300
#F0BE
400
#E99D
500
#E281
600
#C465
700
#9C50
800
#7039
900
#4725
950
#2D17

Shades

Darker variations

1#E58B46
2#E07829
3#CB681D
4#AE5A19
5#914B15
6#743C11
7#572D0C
8#3A1E08
9#1D0F04

Tints

Lighter variations

1#EBA772
2#EDB082
3#EFBA92
4#F2C4A1
5#F4CEB1
6#F6D8C1
7#F8E2D0
8#FBEBE0
9#FDF5EF

Tones

Muted variations

1#E29E6A
2#DB9F70
3#D5A077
4#CEA07E
5#C7A184
6#C1A28B
7#BAA392
8#B3A498
9#ACA59F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBE0
Light backgroundsTable row hoverSkeleton loading
200
F7DB
#F7DBC5
Secondary backgroundsInput backgroundsDividers
300
F0BE
#F0BE98
BordersInactive statesPlaceholder text
400
E99D
#E99D63
Disabled statesSecondary iconsMuted text
500
E281
#E28136
Primary brand colorCTAsActive elementsLinks
600
C465
#C4651C
Hover statesFocus ringsPrimary buttons hover
700
9C50
#9C5016
Active/pressed statesDark mode accentsSecondary text
800
7039
#703910
Text on light backgroundsHeadingsStrong borders
900
4725
#47250A
Primary textHigh emphasis contentDark headings
950
2D17
#2D1706
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF7F2;
  --salmon-100: #FBEBE0;
  --salmon-200: #F7DBC5;
  --salmon-300: #F0BE98;
  --salmon-400: #E99D63;
  --salmon-500: #E28136;
  --salmon-600: #C4651C;
  --salmon-700: #9C5016;
  --salmon-800: #703910;
  --salmon-900: #47250A;
  --salmon-950: #2D1706;
}
Generate More ShadesCreate PaletteConvert Color