Orchid
#AD33E6
PurpleColor Codes
All color formats for development
HEX
#AD33E6RGB
rgb(173, 51, 230)HSL
hsl(281, 78%, 55%)OKLCH
oklch(0.587 0.255 311.9)CMYK
cmyk(25%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A21CE1
2#9019C8
3#7E16AF
4#6C1396
5#5A0F7D
6#480C64
7#36094B
8#240632
9#120319
Tints
Lighter variations
1#B547E8
2#BD5CEB
3#C670ED
4#CE84F0
5#D699F2
6#DEADF5
7#E6C2F7
8#EFD6FA
9#F7EBFC
Tones
Muted variations
1#AA3CDD
2#A745D4
3#A34ECB
4#A057C2
5#9D5FB9
6#9968B0
7#9671A7
8#937A9E
9#908395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D597 #D597F2 | BordersInactive statesPlaceholder text |
| 400 | BF60 #BF60EB | Disabled statesSecondary iconsMuted text |
| 500 | AD33 #AD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9019 #9019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7314 #73149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520E #520E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E7C4F8;
--orchid-300: #D597F2;
--orchid-400: #BF60EB;
--orchid-500: #AD33E6;
--orchid-600: #9019C8;
--orchid-700: #73149F;
--orchid-800: #520E71;
--orchid-900: #340949;
--orchid-950: #21062D;
}