Orchid
#AD61EA
PurpleColor Codes
All color formats for development
HEX
#AD61EARGB
rgb(173, 97, 234)HSL
hsl(273, 77%, 65%)OKLCH
oklch(0.639 0.204 307.2)CMYK
cmyk(26%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D44E7
2#8E26E3
3#7D1BCD
4#6B17B0
5#591393
6#470F75
7#360B58
8#24083B
9#12041D
Tints
Lighter variations
1#B571ED
2#BD81EF
3#C590F1
4#CEA0F3
5#D6B0F5
6#DEC0F7
7#E6D0F9
8#EFDFFB
9#F7EFFD
Tones
Muted variations
1#AC68E4
2#AB6FDD
3#AB76D6
4#AA7DCF
5#A983C8
6#A88AC1
7#A891BA
8#A798B3
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 #E0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD61 #AD61EA | Disabled statesSecondary iconsMuted text |
| 500 | 9534 #9534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791A #791AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E0C4F7;
--orchid-300: #C997F2;
--orchid-400: #AD61EA;
--orchid-500: #9534E5;
--orchid-600: #791AC7;
--orchid-700: #60159E;
--orchid-800: #450F71;
--orchid-900: #2C0948;
--orchid-950: #1B062D;
}