Orchid
#A65FEC
PurpleColor Codes
All color formats for development
HEX
#A65FECRGB
rgb(166, 95, 236)HSL
hsl(270, 79%, 65%)OKLCH
oklch(0.63 0.207 304.3)CMYK
cmyk(30%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9542E9
2#8524E5
3#7418D0
4#6315B2
5#531194
6#420E77
7#320A59
8#21073B
9#11031E
Tints
Lighter variations
1#AF6FEE
2#B87FF0
3#C18FF2
4#C99FF4
5#D2AFF6
6#DBBFF8
7#E4CFF9
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A666E5
2#A66DDE
3#A674D7
4#A67BD0
5#A682C9
6#A68AC2
7#A691BB
8#A698B4
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 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C496 #C496F3 | BordersInactive statesPlaceholder text |
| 400 | A65F #A65FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8C32 #8C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7018 #7018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5913 #5913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | 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: #DEC4F8;
--orchid-300: #C496F3;
--orchid-400: #A65FEC;
--orchid-500: #8C32E7;
--orchid-600: #7018C9;
--orchid-700: #5913A0;
--orchid-800: #400D72;
--orchid-900: #290949;
--orchid-950: #1A052E;
}