Orchid
#C34EFD
PurpleColor Codes
All color formats for development
HEX
#C34EFDRGB
rgb(195, 78, 253)HSL
hsl(280, 98%, 65%)OKLCH
oklch(0.655 0.254 312.1)CMYK
cmyk(23%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B82DFD
2#AD0DFD
3#9A02E6
4#8402C5
5#6E02A4
6#580183
7#420162
8#2C0142
9#160021
Tints
Lighter variations
1#C960FD
2#CF72FE
3#D583FE
4#DB95FE
5#E1A7FE
6#E7B8FE
7#EDCAFE
8#F3DCFF
9#F9EDFF
Tones
Muted variations
1#C057F4
2#BD60EC
3#BA69E3
4#B771DA
5#B47AD1
6#B183C9
7#AE8CC0
8#AC94B7
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D88B #D88BFE | BordersInactive statesPlaceholder text |
| 400 | C34E #C34EFD | Disabled statesSecondary iconsMuted text |
| 500 | B21C #B21CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9502 #9502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7602 #7602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5501 #55017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360151 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F3DCFF;
--orchid-200: #E9BDFE;
--orchid-300: #D88BFE;
--orchid-400: #C34EFD;
--orchid-500: #B21CFD;
--orchid-600: #9502DE;
--orchid-700: #7602B1;
--orchid-800: #55017E;
--orchid-900: #360151;
--orchid-950: #220132;
}