Orchid
#F457DD
PinkColor Codes
All color formats for development
HEX
#F457DDRGB
rgb(244, 87, 221)HSL
hsl(309, 88%, 65%)OKLCH
oklch(0.71 0.239 334.1)CMYK
cmyk(0%, 64%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238D6
2#F019D0
3#DA0EBB
4#BB0CA1
5#9C0A86
6#7D086B
7#5D0650
8#3E0436
9#1F021B
Tints
Lighter variations
1#F568E0
2#F679E4
3#F88AE7
4#F99AEA
5#FAABEE
6#FBBCF1
7#FCCDF5
8#FDDDF8
9#FEEEFC
Tones
Muted variations
1#EC5FD7
2#E567D2
3#DD6FCC
4#D577C7
5#CD7EC1
6#C586BC
7#BD8EB6
8#B596B1
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457DD | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0542 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDDF8;
--orchid-200: #FBC1F2;
--orchid-300: #F891E8;
--orchid-400: #F457DD;
--orchid-500: #F127D3;
--orchid-600: #D30DB5;
--orchid-700: #A80B90;
--orchid-800: #780867;
--orchid-900: #4D0542;
--orchid-950: #300329;
}