Orchid
#F457E7
PinkColor Codes
All color formats for development
HEX
#F457E7RGB
rgb(244, 87, 231)HSL
hsl(305, 88%, 65%)OKLCH
oklch(0.715 0.246 331.3)CMYK
cmyk(0%, 64%, 5%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238E3
2#F019DE
3#DA0EC9
4#BB0CAC
5#9C0A90
6#7D0873
7#5D0656
8#3E0439
9#1F021D
Tints
Lighter variations
1#F568EA
2#F679EC
3#F88AEE
4#F99AF1
5#FAABF3
6#FBBCF5
7#FCCDF8
8#FDDDFA
9#FEEEFD
Tones
Muted variations
1#EC5FE1
2#E567DA
3#DD6FD4
4#D577CD
5#CD7EC6
6#C586C0
7#BD8EB9
8#B596B3
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 #FBC1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E7 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0547 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FDDDFA;
--orchid-200: #FBC1F6;
--orchid-300: #F891EF;
--orchid-400: #F457E7;
--orchid-500: #F127E0;
--orchid-600: #D30DC2;
--orchid-700: #A80B9B;
--orchid-800: #78086F;
--orchid-900: #4D0547;
--orchid-950: #30032C;
}