Salmon
#EA627F
RedColor Codes
All color formats for development
HEX
#EA627FRGB
rgb(234, 98, 127)HSL
hsl(347, 76%, 65%)OKLCH
oklch(0.674 0.169 9.7)CMYK
cmyk(0%, 58%, 46%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E64568
2#E22850
3#CC1C42
4#AF1839
5#92142F
6#751026
7#580C1C
8#3A0813
9#1D0409
Tints
Lighter variations
1#EC728C
2#EE8199
3#F091A6
4#F2A1B2
5#F4B0BF
6#F6C0CC
7#F9D0D9
8#FBE0E5
9#FDEFF2
Tones
Muted variations
1#E36983
2#DC6F87
3#D5768B
4#CE7D8F
5#C88493
6#C18B96
7#BA919A
8#B3989E
9#AD9FA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198AB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA627F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3355B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1533 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A17 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F4;
--salmon-100: #FBE0E5;
--salmon-200: #F7C5D0;
--salmon-300: #F198AB;
--salmon-400: #EA627F;
--salmon-500: #E3355B;
--salmon-600: #C51B40;
--salmon-700: #9D1533;
--salmon-800: #700F24;
--salmon-900: #480A17;
--salmon-950: #2D060F;
}