Orchid
#F457E5
PinkColor Codes
All color formats for development
HEX
#F457E5RGB
rgb(244, 87, 229)HSL
hsl(306, 88%, 65%)OKLCH
oklch(0.714 0.245 331.8)CMYK
cmyk(0%, 64%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238E0
2#F019DB
3#DA0EC6
4#BB0CA9
5#9C0A8D
6#7D0871
7#5D0655
8#3E0438
9#1F021C
Tints
Lighter variations
1#F568E7
2#F679EA
3#F88AED
4#F99AEF
5#FAABF2
6#FBBCF4
7#FCCDF7
8#FDDDFA
9#FEEEFC
Tones
Muted variations
1#EC5FDE
2#E567D8
3#DD6FD2
4#D577CB
5#CD7EC5
6#C586BF
7#BD8EB9
8#B596B2
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EE | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DD | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0546 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FDDDFA;
--orchid-200: #FBC1F5;
--orchid-300: #F891EE;
--orchid-400: #F457E5;
--orchid-500: #F127DD;
--orchid-600: #D30DBF;
--orchid-700: #A80B98;
--orchid-800: #78086D;
--orchid-900: #4D0546;
--orchid-950: #30032B;
}