Orchid
#C057F4
PurpleColor Codes
All color formats for development
HEX
#C057F4RGB
rgb(192, 87, 244)HSL
hsl(280, 88%, 65%)OKLCH
oklch(0.655 0.234 312.5)CMYK
cmyk(21%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B438F2
2#A919F0
3#960EDA
4#810CBB
5#6B0A9C
6#56087D
7#40065D
8#2B043E
9#15021F
Tints
Lighter variations
1#C668F5
2#CD79F6
3#D38AF8
4#D99AF9
5#DFABFA
6#E6BCFB
7#ECCDFC
8#F2DDFD
9#F9EEFE
Tones
Muted variations
1#BD5FEC
2#BB67E5
3#B86FDD
4#B577D5
5#B37ECD
6#B086C5
7#AE8EBD
8#AB96B5
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C1 #E8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D691 #D691F8 | BordersInactive statesPlaceholder text |
| 400 | C057 #C057F4 | Disabled statesSecondary iconsMuted text |
| 500 | AE27 #AE27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 910D #910DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 730B #730BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5208 #520878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3505 #35054D | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F2DDFD;
--orchid-200: #E8C1FB;
--orchid-300: #D691F8;
--orchid-400: #C057F4;
--orchid-500: #AE27F1;
--orchid-600: #910DD3;
--orchid-700: #730BA8;
--orchid-800: #520878;
--orchid-900: #35054D;
--orchid-950: #210330;
}