Orchid
#C64DFF
PurpleColor Codes
All color formats for development
HEX
#C64DFFRGB
rgb(198, 77, 255)HSL
hsl(281, 100%, 65%)OKLCH
oklch(0.659 0.258 312.6)CMYK
cmyk(22%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC2BFF
2#B10AFF
3#9F00E8
4#8800C7
5#7100A6
6#5B0085
7#440063
8#2D0042
9#170021
Tints
Lighter variations
1#CC5EFF
2#D270FF
3#D782FF
4#DD94FF
5#E3A6FF
6#E8B8FF
7#EEC9FF
8#F4DBFF
9#F9EDFF
Tones
Muted variations
1#C355F6
2#C05EED
3#BD67E4
4#B970DB
5#B679D2
6#B382C9
7#B08BC1
8#AC94B8
9#A99DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8A #DA8AFF | BordersInactive statesPlaceholder text |
| 400 | C64D #C64DFF | Disabled statesSecondary iconsMuted text |
| 500 | B61A #B61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9900 #9900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A00 #7A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5700 #570080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3800 #380052 | Primary textHigh emphasis contentDark headings |
| 950 | 2300 #230033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F4DBFF;
--orchid-200: #EABDFF;
--orchid-300: #DA8AFF;
--orchid-400: #C64DFF;
--orchid-500: #B61AFF;
--orchid-600: #9900E0;
--orchid-700: #7A00B3;
--orchid-800: #570080;
--orchid-900: #380052;
--orchid-950: #230033;
}