Orchid
#AB38E0
PurpleColor Codes
All color formats for development
HEX
#AB38E0RGB
rgb(171, 56, 224)HSL
hsl(281, 73%, 55%)OKLCH
oklch(0.584 0.244 312.4)CMYK
cmyk(24%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A022DA
2#8E1EC2
3#7C1BAA
4#6B1792
5#591379
6#470F61
7#350B49
8#240831
9#120418
Tints
Lighter variations
1#B34CE3
2#BC60E6
3#C474E9
4#CD88EC
5#D59CF0
6#DDB0F3
7#E6C3F6
8#EED7F9
9#F7EBFC
Tones
Muted variations
1#A841D8
2#A549CF
3#A252C7
4#9F5ABF
5#9C62B6
6#996BAE
7#9573A5
8#927B9D
9#8F8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C6 #E7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D49A #D49AEF | BordersInactive statesPlaceholder text |
| 400 | BE65 #BE65E7 | Disabled statesSecondary iconsMuted text |
| 500 | AB38 #AB38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E1E #8E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7118 #71189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5111 #51116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 340B #340B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2007 #20072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F2E0FA;
--orchid-200: #E7C6F6;
--orchid-300: #D49AEF;
--orchid-400: #BE65E7;
--orchid-500: #AB38E0;
--orchid-600: #8E1EC2;
--orchid-700: #71189A;
--orchid-800: #51116E;
--orchid-900: #340B47;
--orchid-950: #20072C;
}