Orchid
#AB26F2
PurpleColor Codes
All color formats for development
HEX
#AB26F2RGB
rgb(171, 38, 242)HSL
hsl(279, 89%, 55%)OKLCH
oklch(0.584 0.275 309.2)CMYK
cmyk(29%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A00EEF
2#8E0CD4
3#7C0BBA
4#6B099F
5#590885
6#47066A
7#350550
8#240335
9#12021B
Tints
Lighter variations
1#B33CF4
2#BC51F5
3#C467F6
4#CD7DF7
5#D593F9
6#DDA8FA
7#E6BEFB
8#EED4FC
9#F7E9FE
Tones
Muted variations
1#A830E8
2#A53BDE
3#A245D4
4#9F4FCA
5#9C59BF
6#9963B5
7#956EAB
8#9278A1
9#8F8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE56 #BE56F5 | Disabled statesSecondary iconsMuted text |
| 500 | AB26 #AB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0C #8E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710A #710AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5107 #510778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DDFD;
--orchid-200: #E7C0FB;
--orchid-300: #D490F9;
--orchid-400: #BE56F5;
--orchid-500: #AB26F2;
--orchid-600: #8E0CD4;
--orchid-700: #710AA9;
--orchid-800: #510778;
--orchid-900: #34044D;
--orchid-950: #200330;
}