Orchid
#AE27F1
PurpleColor Codes
All color formats for development
HEX
#AE27F1RGB
rgb(174, 39, 241)HSL
hsl(280, 88%, 55%)OKLCH
oklch(0.588 0.274 310.3)CMYK
cmyk(28%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A30FED
2#910DD3
3#7F0CB9
4#6D0A9E
5#5B0884
6#490769
7#36054F
8#240335
9#12021A
Tints
Lighter variations
1#B63DF3
2#BE52F4
3#C668F5
4#CE7EF7
5#D693F8
6#DFA9F9
7#E7BEFB
8#EFD4FC
9#F7E9FE
Tones
Muted variations
1#AB31E7
2#A73BDD
3#A446D3
4#A050C9
5#9D5ABF
6#9A64B5
7#966EAB
8#9378A0
9#908296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C1 #E8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D691 #D691F8 | BordersInactive statesPlaceholder text |
| 400 | C057 #C057F4 | Disabled statesSecondary iconsMuted text |
| 500 | AE27 #AE27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 910D #910DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 730B #730BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5208 #520878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3505 #35054D | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F2DDFD;
--orchid-200: #E8C1FB;
--orchid-300: #D691F8;
--orchid-400: #C057F4;
--orchid-500: #AE27F1;
--orchid-600: #910DD3;
--orchid-700: #730BA8;
--orchid-800: #520878;
--orchid-900: #35054D;
--orchid-950: #210330;
}