Orchid
#AD5FEC
PurpleColor Codes
All color formats for development
HEX
#AD5FECRGB
rgb(173, 95, 236)HSL
hsl(273, 79%, 65%)OKLCH
oklch(0.638 0.209 306.9)CMYK
cmyk(27%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E42E9
2#8E24E5
3#7D18D0
4#6B15B2
5#591194
6#480E77
7#360A59
8#24073B
9#12031E
Tints
Lighter variations
1#B56FEE
2#BD7FF0
3#C58FF2
4#CE9FF4
5#D6AFF6
6#DEBFF8
7#E6CFF9
8#EFDFFB
9#F7EFFD
Tones
Muted variations
1#AC66E5
2#AB6DDE
3#AB74D7
4#AA7BD0
5#A982C9
6#A98AC2
7#A891BB
8#A798B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C996 #C996F3 | BordersInactive statesPlaceholder text |
| 400 | AD5F #AD5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9532 #9532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7918 #7918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6013 #6013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450D #450D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E0C4F8;
--orchid-300: #C996F3;
--orchid-400: #AD5FEC;
--orchid-500: #9532E7;
--orchid-600: #7918C9;
--orchid-700: #6013A0;
--orchid-800: #450D72;
--orchid-900: #2C0949;
--orchid-950: #1C052E;
}