Orchid
#A663E9
PurpleColor Codes
All color formats for development
HEX
#A663E9RGB
rgb(166, 99, 233)HSL
hsl(270, 75%, 65%)OKLCH
oklch(0.634 0.198 304.4)CMYK
cmyk(29%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9546E5
2#8529E0
3#741DCB
4#6319AE
5#531591
6#421174
7#320C57
8#21083A
9#11041D
Tints
Lighter variations
1#AF72EB
2#B882ED
3#C192EF
4#C9A1F2
5#D2B1F4
6#DBC1F6
7#E4D0F8
8#EDE0FB
9#F6EFFD
Tones
Muted variations
1#A66AE2
2#A670DB
3#A677D5
4#A67ECE
5#A684C7
6#A68BC1
7#A692BA
8#A698B3
9#A69FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F0 | BordersInactive statesPlaceholder text |
| 400 | A663 #A663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C36 #8C36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701C #701CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5916 #59169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4010 #401070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #EDE0FB;
--orchid-200: #DEC5F7;
--orchid-300: #C498F0;
--orchid-400: #A663E9;
--orchid-500: #8C36E2;
--orchid-600: #701CC4;
--orchid-700: #59169C;
--orchid-800: #401070;
--orchid-900: #290A47;
--orchid-950: #1A062D;
}