Orchid
#9552FA
PurpleColor Codes
All color formats for development
HEX
#9552FARGB
rgb(149, 82, 250)HSL
hsl(264, 94%, 65%)OKLCH
oklch(0.605 0.236 297)CMYK
cmyk(40%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8132F9
2#6E12F8
3#5E07E1
4#5106C1
5#4305A1
6#360481
7#280360
8#1B0240
9#0D0120
Tints
Lighter variations
1#A063FA
2#AA74FB
3#B586FB
4#BF97FC
5#CAA8FC
6#D5BAFD
7#DFCBFD
8#EADCFE
9#F4EEFE
Tones
Muted variations
1#975AF1
2#9863E9
3#9A6BE0
4#9C73D8
5#9D7CD0
6#9F84C7
7#A18DBF
8#A295B7
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADCFE;
--orchid-200: #D8BFFD;
--orchid-300: #B98DFB;
--orchid-400: #9552FA;
--orchid-500: #7720F8;
--orchid-600: #5B07DA;
--orchid-700: #4805AD;
--orchid-800: #34047C;
--orchid-900: #21024F;
--orchid-950: #150231;
}