Orchid
#A35CF0
PurpleColor Codes
All color formats for development
HEX
#A35CF0RGB
rgb(163, 92, 240)HSL
hsl(269, 83%, 65%)OKLCH
oklch(0.626 0.215 302.7)CMYK
cmyk(32%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#923DED
2#811FEA
3#7114D4
4#6111B6
5#510E98
6#400B79
7#30085B
8#20063D
9#10031E
Tints
Lighter variations
1#AC6CF1
2#B67CF3
3#BF8DF4
4#C89DF6
5#D1ADF7
6#DABEF9
7#E3CEFA
8#EDDEFC
9#F6EFFD
Tones
Muted variations
1#A463E8
2#A46AE1
3#A472DA
4#A479D2
5#A581CB
6#A588C3
7#A590BC
8#A597B5
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 | DDC2 #DDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C394 #C394F5 | BordersInactive statesPlaceholder text |
| 400 | A35C #A35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 892D #892DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D13 #6D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570F #570FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDEFC;
--orchid-200: #DDC2F9;
--orchid-300: #C394F5;
--orchid-400: #A35CF0;
--orchid-500: #892DEB;
--orchid-600: #6D13CD;
--orchid-700: #570FA3;
--orchid-800: #3E0B75;
--orchid-900: #28074B;
--orchid-950: #19042F;
}