Orchid
#CA57F4
PurpleColor Codes
All color formats for development
HEX
#CA57F4RGB
rgb(202, 87, 244)HSL
hsl(284, 88%, 65%)OKLCH
oklch(0.667 0.237 315.7)CMYK
cmyk(17%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C138F2
2#B719F0
3#A40EDA
4#8C0CBB
5#750A9C
6#5E087D
7#46065D
8#2F043E
9#17021F
Tints
Lighter variations
1#D068F5
2#D579F6
3#DA8AF8
4#DF9AF9
5#E5ABFA
6#EABCFB
7#EFCDFC
8#F4DDFD
9#FAEEFE
Tones
Muted variations
1#C75FEC
2#C367E5
3#BF6FDD
4#BC77D5
5#B87ECD
6#B486C5
7#B18EBD
8#AD96B5
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DDFD;
--orchid-200: #EBC1FB;
--orchid-300: #DC91F8;
--orchid-400: #CA57F4;
--orchid-500: #BB27F1;
--orchid-600: #9E0DD3;
--orchid-700: #7E0BA8;
--orchid-800: #5A0878;
--orchid-900: #3A054D;
--orchid-950: #240330;
}