Orchid
#F457DA
PinkColor Codes
All color formats for development
HEX
#F457DARGB
rgb(244, 87, 218)HSL
hsl(310, 88%, 65%)OKLCH
oklch(0.709 0.237 335)CMYK
cmyk(0%, 64%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238D3
2#F019CC
3#DA0EB8
4#BB0C9E
5#9C0A83
6#7D0869
7#5D064F
8#3E0435
9#1F021A
Tints
Lighter variations
1#F568DE
2#F679E1
3#F88AE5
4#F99AE9
5#FAABED
6#FBBCF0
7#FCCDF4
8#FDDDF8
9#FEEEFB
Tones
Muted variations
1#EC5FD5
2#E567D0
3#DD6FCA
4#D577C5
5#CD7EC0
6#C586BB
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 #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E7 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457DA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0541 | 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: #FDDDF8;
--orchid-200: #FBC1F1;
--orchid-300: #F891E7;
--orchid-400: #F457DA;
--orchid-500: #F127D0;
--orchid-600: #D30DB2;
--orchid-700: #A80B8E;
--orchid-800: #780865;
--orchid-900: #4D0541;
--orchid-950: #300328;
}