Orchid
#9852FA
PurpleColor Codes
All color formats for development
HEX
#9852FARGB
rgb(152, 82, 250)HSL
hsl(265, 94%, 65%)OKLCH
oklch(0.608 0.237 298.1)CMYK
cmyk(39%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8532F9
2#7112F8
3#6207E1
4#5406C1
5#4605A1
6#380481
7#2A0360
8#1C0240
9#0E0120
Tints
Lighter variations
1#A263FA
2#AC74FB
3#B786FB
4#C197FC
5#CBA8FC
6#D6BAFD
7#E0CBFD
8#EADCFE
9#F5EEFE
Tones
Muted variations
1#995AF1
2#9B63E9
3#9C6BE0
4#9D73D8
5#9F7CD0
6#A084C7
7#A28DBF
8#A395B7
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 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8D #BB8DFB | BordersInactive statesPlaceholder text |
| 400 | 9852 #9852FA | Disabled statesSecondary iconsMuted text |
| 500 | 7A20 #7A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F07 #5F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B05 #4B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2202 #22024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADCFE;
--orchid-200: #D9BFFD;
--orchid-300: #BB8DFB;
--orchid-400: #9852FA;
--orchid-500: #7A20F8;
--orchid-600: #5F07DA;
--orchid-700: #4B05AD;
--orchid-800: #36047C;
--orchid-900: #22024F;
--orchid-950: #160231;
}