Orchid
#BD57F4
PurpleColor Codes
All color formats for development
HEX
#BD57F4RGB
rgb(189, 87, 244)HSL
hsl(279, 88%, 65%)OKLCH
oklch(0.651 0.233 311.5)CMYK
cmyk(23%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B138F2
2#A519F0
3#930EDA
4#7E0CBB
5#690A9C
6#54087D
7#3F065D
8#2A043E
9#15021F
Tints
Lighter variations
1#C468F5
2#CA79F6
3#D18AF8
4#D89AF9
5#DEABFA
6#E5BCFB
7#EBCDFC
8#F2DDFD
9#F8EEFE
Tones
Muted variations
1#BB5FEC
2#B967E5
3#B66FDD
4#B477D5
5#B27ECD
6#AF86C5
7#AD8EBD
8#AA96B5
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DDFD;
--orchid-200: #E7C1FB;
--orchid-300: #D491F8;
--orchid-400: #BD57F4;
--orchid-500: #AB27F1;
--orchid-600: #8E0DD3;
--orchid-700: #710BA8;
--orchid-800: #510878;
--orchid-900: #34054D;
--orchid-950: #200330;
}