Orchid
#AB27F1
PurpleColor Codes
All color formats for development
HEX
#AB27F1RGB
rgb(171, 39, 241)HSL
hsl(279, 88%, 55%)OKLCH
oklch(0.584 0.273 309.4)CMYK
cmyk(29%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A00FED
2#8E0DD3
3#7C0CB9
4#6A0A9E
5#590884
6#470769
7#35054F
8#230335
9#12021A
Tints
Lighter variations
1#B33DF3
2#BB52F4
3#C468F5
4#CC7EF7
5#D593F8
6#DDA9F9
7#E6BEFB
8#EED4FC
9#F7E9FE
Tones
Muted variations
1#A831E7
2#A43BDD
3#A146D3
4#9E50C9
5#9B5ABF
6#9864B5
7#956EAB
8#9278A0
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 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | 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: #E7C1FB;
--orchid-300: #D491F8;
--orchid-400: #BD57F4;
--orchid-500: #AB27F1;
--orchid-600: #8E0DD3;
--orchid-700: #710BA8;
--orchid-800: #510878;
--orchid-900: #34054D;
--orchid-950: #200330;
}