Orchid
#F457D5
PinkColor Codes
All color formats for development
HEX
#F457D5RGB
rgb(244, 87, 213)HSL
hsl(312, 88%, 65%)OKLCH
oklch(0.706 0.233 336.5)CMYK
cmyk(0%, 64%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238CD
2#F019C5
3#DA0EB1
4#BB0C98
5#9C0A7F
6#7D0865
7#5D064C
8#3E0433
9#1F0219
Tints
Lighter variations
1#F568D9
2#F679DD
3#F88AE2
4#F99AE6
5#FAABEA
6#FBBCEE
7#FCCDF2
8#FDDDF7
9#FEEEFB
Tones
Muted variations
1#EC5FD0
2#E567CB
3#DD6FC7
4#D577C2
5#CD7EBD
6#C586B9
7#BD8EB4
8#B596AF
9#AE9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E3 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FDDDF7;
--orchid-200: #FBC1EF;
--orchid-300: #F891E3;
--orchid-400: #F457D5;
--orchid-500: #F127C9;
--orchid-600: #D30DAB;
--orchid-700: #A80B88;
--orchid-800: #780861;
--orchid-900: #4D053E;
--orchid-950: #300327;
}