Orchid
#AB51FB
PurpleColor Codes
All color formats for development
HEX
#AB51FBRGB
rgb(171, 81, 251)HSL
hsl(272, 96%, 65%)OKLCH
oklch(0.628 0.242 304.5)CMYK
cmyk(32%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C30FB
2#8C0FFA
3#7B05E3
4#6A04C3
5#5803A2
6#470382
7#350261
8#230141
9#120120
Tints
Lighter variations
1#B462FC
2#BC73FC
3#C585FD
4#CD96FD
5#D5A8FD
6#DEB9FE
7#E6CBFE
8#EEDCFE
9#F7EEFF
Tones
Muted variations
1#AB59F3
2#AA61EA
3#AA6AE2
4#A972D9
5#A97BD1
6#A883C8
7#A78CBF
8#A795B7
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BE #E0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88C #C88CFD | BordersInactive statesPlaceholder text |
| 400 | AB50 #AB50FB | Disabled statesSecondary iconsMuted text |
| 500 | 941E #941EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7704 #7704DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F04 #5F04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4403 #44037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EEDCFE;
--orchid-200: #E0BEFE;
--orchid-300: #C88CFD;
--orchid-400: #AB50FB;
--orchid-500: #941EFA;
--orchid-600: #7704DC;
--orchid-700: #5F04AF;
--orchid-800: #44037D;
--orchid-900: #2B0250;
--orchid-950: #1B0132;
}