Orchid
#944FFC
PurpleColor Codes
All color formats for development
HEX
#944FFCRGB
rgb(148, 79, 252)HSL
hsl(264, 97%, 65%)OKLCH
oklch(0.602 0.242 296.7)CMYK
cmyk(41%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#812FFC
2#6D0EFB
3#5E03E5
4#5003C4
5#4302A3
6#350283
7#280162
8#1B0141
9#0D0021
Tints
Lighter variations
1#9F61FD
2#AA72FD
3#B484FD
4#BF96FD
5#CAA7FE
6#D4B9FE
7#DFCAFE
8#EADCFE
9#F4EDFF
Tones
Muted variations
1#9658F4
2#9860EB
3#9A69E2
4#9B72DA
5#9D7AD1
6#9F83C8
7#A18CC0
8#A294B7
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFD | BordersInactive statesPlaceholder text |
| 400 | 944F #944FFC | Disabled statesSecondary iconsMuted text |
| 500 | 761D #761DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A03 #5A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4803 #4803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3302 #33027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210150 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADCFE;
--orchid-200: #D7BEFE;
--orchid-300: #B98BFD;
--orchid-400: #944FFC;
--orchid-500: #761DFC;
--orchid-600: #5A03DD;
--orchid-700: #4803B0;
--orchid-800: #33027E;
--orchid-900: #210150;
--orchid-950: #150132;
}