Orchid
#A651FB
PurpleColor Codes
All color formats for development
HEX
#A651FBRGB
rgb(166, 81, 251)HSL
hsl(270, 96%, 65%)OKLCH
oklch(0.623 0.241 302.8)CMYK
cmyk(34%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9530FB
2#850FFA
3#7405E3
4#6304C3
5#5303A2
6#420382
7#320261
8#210141
9#110120
Tints
Lighter variations
1#AF62FC
2#B873FC
3#C185FD
4#C996FD
5#D2A8FD
6#DBB9FE
7#E4CBFE
8#EDDCFE
9#F6EEFF
Tones
Muted variations
1#A659F3
2#A661EA
3#A66AE2
4#A672D9
5#A67BD1
6#A683C8
7#A68CBF
8#A695B7
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBE #DEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48C #C48CFD | BordersInactive statesPlaceholder text |
| 400 | A650 #A650FB | Disabled statesSecondary iconsMuted text |
| 500 | 8C1E #8C1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7004 #7004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5904 #5904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4003 #40037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #290250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EDDCFE;
--orchid-200: #DEBEFE;
--orchid-300: #C48CFD;
--orchid-400: #A650FB;
--orchid-500: #8C1EFA;
--orchid-600: #7004DC;
--orchid-700: #5904AF;
--orchid-800: #40037D;
--orchid-900: #290250;
--orchid-950: #1A0132;
}