Orchid
#AC2DEB
PurpleColor Codes
All color formats for development
HEX
#AC2DEBRGB
rgb(172, 45, 235)HSL
hsl(280, 83%, 55%)OKLCH
oklch(0.585 0.264 310.7)CMYK
cmyk(27%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A115E7
2#8F13CD
3#7D11B4
4#6B0E9A
5#5A0C80
6#480A67
7#36074D
8#240533
9#12021A
Tints
Lighter variations
1#B442ED
2#BD57EF
3#C56CF1
4#CD81F3
5#D596F5
6#DEABF7
7#E6C0F9
8#EED5FB
9#F7EAFD
Tones
Muted variations
1#A937E2
2#A640D8
3#A24ACF
4#9F53C5
5#9C5DBC
6#9966B2
7#9670A9
8#93799F
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 #E7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D594 #D594F5 | BordersInactive statesPlaceholder text |
| 400 | BE5C #BE5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | AC2D #AC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F13 #8F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 720F #720FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510B #510B75 | 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: #E7C2F9;
--orchid-300: #D594F5;
--orchid-400: #BE5CF0;
--orchid-500: #AC2DEB;
--orchid-600: #8F13CD;
--orchid-700: #720FA3;
--orchid-800: #510B75;
--orchid-900: #34074B;
--orchid-950: #21042F;
}