Orchid
#C356F5
PurpleColor Codes
All color formats for development
HEX
#C356F5RGB
rgb(195, 86, 245)HSL
hsl(281, 89%, 65%)OKLCH
oklch(0.658 0.237 313.3)CMYK
cmyk(20%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B837F3
2#AD18F2
3#9A0DDB
4#840BBC
5#6E099D
6#58077D
7#42055E
8#2C043F
9#16021F
Tints
Lighter variations
1#C967F6
2#CF78F7
3#D589F8
4#DB9AF9
5#E1ABFA
6#E7BCFB
7#EDCCFC
8#F3DDFD
9#F9EEFE
Tones
Muted variations
1#C05EED
2#BD66E5
3#BA6EDD
4#B776D5
5#B47ECD
6#B186C6
7#AE8EBE
8#AC96B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C0 #E9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D790 #D790F9 | BordersInactive statesPlaceholder text |
| 400 | C356 #C356F5 | Disabled statesSecondary iconsMuted text |
| 500 | B226 #B226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 950C #950CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760A #760AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5507 #550778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3604 #36044D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DDFD;
--orchid-200: #E9C0FB;
--orchid-300: #D790F9;
--orchid-400: #C356F5;
--orchid-500: #B226F2;
--orchid-600: #950CD4;
--orchid-700: #760AA9;
--orchid-800: #550778;
--orchid-900: #36044D;
--orchid-950: #220330;
}