Orchid
#AD60EB
PurpleColor Codes
All color formats for development
HEX
#AD60EBRGB
rgb(173, 96, 235)HSL
hsl(273, 78%, 65%)OKLCH
oklch(0.639 0.206 307)CMYK
cmyk(26%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D43E8
2#8E25E4
3#7D1ACF
4#6B16B1
5#591294
6#470F76
7#360B59
8#24073B
9#12041E
Tints
Lighter variations
1#B570ED
2#BD80EF
3#C590F1
4#CEA0F3
5#D6B0F5
6#DEBFF7
7#E6CFF9
8#EFDFFB
9#F7EFFD
Tones
Muted variations
1#AC67E4
2#AB6EDD
3#AB75D6
4#AA7CD0
5#A983C9
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 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD60 #AD60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9533 #9533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7919 #7919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6014 #60149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450E #450E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | 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: #E0C4F8;
--orchid-300: #C997F2;
--orchid-400: #AD60EB;
--orchid-500: #9533E6;
--orchid-600: #7919C8;
--orchid-700: #60149F;
--orchid-800: #450E71;
--orchid-900: #2C0949;
--orchid-950: #1B062D;
}