Orchid
#F457D7
PinkColor Codes
All color formats for development
HEX
#F457D7RGB
rgb(244, 87, 215)HSL
hsl(311, 88%, 65%)OKLCH
oklch(0.707 0.234 335.9)CMYK
cmyk(0%, 64%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238D0
2#F019C9
3#DA0EB5
4#BB0C9B
5#9C0A81
6#7D0867
7#5D064D
8#3E0434
9#1F021A
Tints
Lighter variations
1#F568DB
2#F679DF
3#F88AE3
4#F99AE7
5#FAABEB
6#FBBCEF
7#FCCDF3
8#FDDDF7
9#FEEEFB
Tones
Muted variations
1#EC5FD3
2#E567CE
3#DD6FC9
4#D577C4
5#CD7EBF
6#C586BA
7#BD8EB5
8#B596B0
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D7 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127CC | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0540 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDDF7;
--orchid-200: #FBC1F0;
--orchid-300: #F891E5;
--orchid-400: #F457D7;
--orchid-500: #F127CC;
--orchid-600: #D30DAF;
--orchid-700: #A80B8B;
--orchid-800: #780863;
--orchid-900: #4D0540;
--orchid-950: #300328;
}