Orchid
#AB30E8
PurpleColor Codes
All color formats for development
HEX
#AB30E8RGB
rgb(171, 48, 232)HSL
hsl(280, 80%, 55%)OKLCH
oklch(0.583 0.259 310.9)CMYK
cmyk(26%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A019E3
2#8E16CA
3#7C14B1
4#6B1197
5#590E7E
6#470B65
7#35084C
8#240632
9#120319
Tints
Lighter variations
1#B345EA
2#BC5AED
3#C46EEF
4#CD83F1
5#D598F4
6#DDACF6
7#E6C1F8
8#EED6FA
9#F7EAFD
Tones
Muted variations
1#A83ADF
2#A543D6
3#A24CCD
4#9F55C3
5#9C5EBA
6#9868B1
7#9571A8
8#927A9F
9#8F8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D495 #D495F3 | BordersInactive statesPlaceholder text |
| 400 | BE5E #BE5EED | Disabled statesSecondary iconsMuted text |
| 500 | AB30 #AB30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E16 #8E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7112 #7112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #340849 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E7C3F8;
--orchid-300: #D495F3;
--orchid-400: #BE5EED;
--orchid-500: #AB30E8;
--orchid-600: #8E16CA;
--orchid-700: #7112A1;
--orchid-800: #510D73;
--orchid-900: #340849;
--orchid-950: #20052E;
}