Orchid
#A65CF0
PurpleColor Codes
All color formats for development
HEX
#A65CF0RGB
rgb(166, 92, 240)HSL
hsl(270, 83%, 65%)OKLCH
oklch(0.629 0.216 303.8)CMYK
cmyk(31%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#953DED
2#851FEA
3#7414D4
4#6311B6
5#530E98
6#420B79
7#32085B
8#21063D
9#11031E
Tints
Lighter variations
1#AF6CF1
2#B87CF3
3#C18DF4
4#C99DF6
5#D2ADF7
6#DBBEF9
7#E4CEFA
8#EDDEFC
9#F6EFFD
Tones
Muted variations
1#A663E8
2#A66AE1
3#A672DA
4#A679D2
5#A681CB
6#A688C3
7#A690BC
8#A697B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C494 #C494F5 | BordersInactive statesPlaceholder text |
| 400 | A65C #A65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2D #8C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7013 #7013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590F #590FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400B #400B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDEFC;
--orchid-200: #DEC2F9;
--orchid-300: #C494F5;
--orchid-400: #A65CF0;
--orchid-500: #8C2DEB;
--orchid-600: #7013CD;
--orchid-700: #590FA3;
--orchid-800: #400B75;
--orchid-900: #29074B;
--orchid-950: #1A042F;
}