Orchid
#C856F5
PurpleColor Codes
All color formats for development
HEX
#C856F5RGB
rgb(200, 86, 245)HSL
hsl(283, 89%, 65%)OKLCH
oklch(0.664 0.239 314.9)CMYK
cmyk(18%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE37F3
2#B418F2
3#A10DDB
4#8A0BBC
5#73099D
6#5C077D
7#45055E
8#2E043F
9#17021F
Tints
Lighter variations
1#CE67F6
2#D378F7
3#D989F8
4#DE9AF9
5#E4ABFA
6#E9BCFB
7#EFCCFC
8#F4DDFD
9#FAEEFE
Tones
Muted variations
1#C55EED
2#C166E5
3#BE6EDD
4#BA76D5
5#B77ECD
6#B486C6
7#B08EBE
8#AD96B6
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 | EBC0 #EBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB90 #DB90F9 | BordersInactive statesPlaceholder text |
| 400 | C856 #C856F5 | Disabled statesSecondary iconsMuted text |
| 500 | B926 #B926F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0C #9B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C0A #7C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5807 #580778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3904 #39044D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DDFD;
--orchid-200: #EBC0FB;
--orchid-300: #DB90F9;
--orchid-400: #C856F5;
--orchid-500: #B926F2;
--orchid-600: #9B0CD4;
--orchid-700: #7C0AA9;
--orchid-800: #580778;
--orchid-900: #39044D;
--orchid-950: #230330;
}