Orchid
#F457E2
PinkColor Codes
All color formats for development
HEX
#F457E2RGB
rgb(244, 87, 226)HSL
hsl(307, 88%, 65%)OKLCH
oklch(0.712 0.242 332.7)CMYK
cmyk(0%, 64%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238DD
2#F019D7
3#DA0EC2
4#BB0CA7
5#9C0A8B
6#7D086F
7#5D0653
8#3E0438
9#1F021C
Tints
Lighter variations
1#F568E5
2#F679E8
3#F88AEB
4#F99AEE
5#FAABF0
6#FBBCF3
7#FCCDF6
8#FDDDF9
9#FEEEFC
Tones
Muted variations
1#EC5FDC
2#E567D6
3#DD6FD0
4#D577CA
5#CD7EC4
6#C586BE
7#BD8EB8
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 #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EC | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DA | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0544 | 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: #FDDDF9;
--orchid-200: #FBC1F4;
--orchid-300: #F891EC;
--orchid-400: #F457E2;
--orchid-500: #F127DA;
--orchid-600: #D30DBC;
--orchid-700: #A80B95;
--orchid-800: #78086B;
--orchid-900: #4D0544;
--orchid-950: #30032B;
}