Orchid
#C04EFD
PurpleColor Codes
All color formats for development
HEX
#C04EFDRGB
rgb(192, 78, 253)HSL
hsl(279, 98%, 65%)OKLCH
oklch(0.651 0.253 311.1)CMYK
cmyk(24%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B42DFD
2#A90DFD
3#9602E6
4#8102C5
5#6B02A4
6#560183
7#400162
8#2B0142
9#150021
Tints
Lighter variations
1#C660FD
2#CD72FE
3#D383FE
4#D995FE
5#DFA7FE
6#E6B8FE
7#ECCAFE
8#F2DCFF
9#F9EDFF
Tones
Muted variations
1#BD57F4
2#BB60EC
3#B869E3
4#B571DA
5#B37AD1
6#B083C9
7#AE8CC0
8#AB94B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D68B #D68BFE | BordersInactive statesPlaceholder text |
| 400 | C04E #C04EFD | Disabled statesSecondary iconsMuted text |
| 500 | AE1C #AE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9102 #9102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7302 #7302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5201 #52017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350151 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F2DCFF;
--orchid-200: #E8BDFE;
--orchid-300: #D68BFE;
--orchid-400: #C04EFD;
--orchid-500: #AE1CFD;
--orchid-600: #9102DE;
--orchid-700: #7302B1;
--orchid-800: #52017E;
--orchid-900: #350151;
--orchid-950: #210132;
}