Orchid
#A65EED
PurpleColor Codes
All color formats for development
HEX
#A65EEDRGB
rgb(166, 94, 237)HSL
hsl(270, 80%, 65%)OKLCH
oklch(0.63 0.21 304.2)CMYK
cmyk(30%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9541EA
2#8523E7
3#7417D1
4#6314B3
5#531195
6#420D77
7#320A5A
8#21073C
9#11031E
Tints
Lighter variations
1#AF6EEF
2#B87EF1
3#C18FF3
4#C99FF4
5#D2AFF6
6#DBBFF8
7#E4CFFA
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A665E6
2#A66DDF
3#A674D8
4#A67BD1
5#A682C9
6#A689C2
7#A690BB
8#A697B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC3 #DEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C495 #C495F3 | BordersInactive statesPlaceholder text |
| 400 | A65E #A65EED | Disabled statesSecondary iconsMuted text |
| 500 | 8C30 #8C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7016 #7016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5912 #5912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2908 #290849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #EDDFFB;
--orchid-200: #DEC3F8;
--orchid-300: #C495F3;
--orchid-400: #A65EED;
--orchid-500: #8C30E8;
--orchid-600: #7016CA;
--orchid-700: #5912A1;
--orchid-800: #400D73;
--orchid-900: #290849;
--orchid-950: #1A052E;
}