Orchid
#C64EFD
PurpleColor Codes
All color formats for development
HEX
#C64EFDRGB
rgb(198, 78, 253)HSL
hsl(281, 98%, 65%)OKLCH
oklch(0.658 0.255 313)CMYK
cmyk(22%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB2DFD
2#B10DFD
3#9E02E6
4#8702C5
5#7102A4
6#5A0183
7#440162
8#2D0142
9#170021
Tints
Lighter variations
1#CC60FD
2#D172FE
3#D783FE
4#DD95FE
5#E2A7FE
6#E8B8FE
7#EECAFE
8#F4DCFF
9#F9EDFF
Tones
Muted variations
1#C357F4
2#BF60EC
3#BC69E3
4#B971DA
5#B67AD1
6#B383C9
7#AF8CC0
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 | F4DC #F4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98B #D98BFE | BordersInactive statesPlaceholder text |
| 400 | C64E #C64EFD | Disabled statesSecondary iconsMuted text |
| 500 | B51C #B51CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9902 #9902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7902 #7902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5701 #57017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3701 #370151 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F4DCFF;
--orchid-200: #EABDFE;
--orchid-300: #D98BFE;
--orchid-400: #C64EFD;
--orchid-500: #B51CFD;
--orchid-600: #9902DE;
--orchid-700: #7902B1;
--orchid-800: #57017E;
--orchid-900: #370151;
--orchid-950: #230132;
}