Orchid
#AC2CED
PurpleColor Codes
All color formats for development
HEX
#AC2CEDRGB
rgb(172, 44, 237)HSL
hsl(280, 84%, 55%)OKLCH
oklch(0.586 0.266 310.3)CMYK
cmyk(27%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A214E8
2#9012CE
3#7E10B5
4#6C0D9B
5#5A0B81
6#480967
7#36074D
8#240434
9#12021A
Tints
Lighter variations
1#B541EE
2#BD56F0
3#C56BF2
4#CD80F4
5#D695F6
6#DEABF8
7#E6C0F9
8#EED5FB
9#F7EAFD
Tones
Muted variations
1#A935E3
2#A63FD9
3#A349D0
4#A052C6
5#9C5CBC
6#9966B3
7#966FA9
8#9379A0
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C2 #E7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D593 #D593F6 | BordersInactive statesPlaceholder text |
| 400 | BF5B #BF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | AC2C #AC2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9012 #9012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 720E #720EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520A #520A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3407 #34074B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DEFC;
--orchid-200: #E7C2FA;
--orchid-300: #D593F6;
--orchid-400: #BF5BF1;
--orchid-500: #AC2CED;
--orchid-600: #9012CE;
--orchid-700: #720EA4;
--orchid-800: #520A75;
--orchid-900: #34074B;
--orchid-950: #21042F;
}