Orchid
#A22DEB
PurpleColor Codes
All color formats for development
HEX
#A22DEBRGB
rgb(162, 45, 235)HSL
hsl(277, 83%, 55%)OKLCH
oklch(0.572 0.261 307.5)CMYK
cmyk(31%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9715E7
2#8613CD
3#7511B4
4#640E9A
5#540C80
6#430A67
7#32074D
8#210533
9#11021A
Tints
Lighter variations
1#AC42ED
2#B557EF
3#BE6CF1
4#C781F3
5#D196F5
6#DAABF7
7#E3C0F9
8#ECD5FB
9#F6EAFD
Tones
Muted variations
1#A037E2
2#9E40D8
3#9C4ACF
4#9A53C5
5#975DBC
6#9566B2
7#9370A9
8#91799F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D094 #D094F5 | BordersInactive statesPlaceholder text |
| 400 | B75C #B75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A22D #A22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8613 #8613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0F #6B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0B #4C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3107 #31074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E4C2F9;
--orchid-300: #D094F5;
--orchid-400: #B75CF0;
--orchid-500: #A22DEB;
--orchid-600: #8613CD;
--orchid-700: #6B0FA3;
--orchid-800: #4C0B75;
--orchid-900: #31074B;
--orchid-950: #1E042F;
}