Orchid
#9853F9
PurpleColor Codes
All color formats for development
HEX
#9853F9RGB
rgb(152, 83, 249)HSL
hsl(265, 93%, 65%)OKLCH
oklch(0.609 0.234 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#8533F8
2#7213F6
3#6208E0
4#5407C0
5#4606A0
6#380580
7#2A0360
8#1C0240
9#0E0120
Tints
Lighter variations
1#A264F9
2#AD75FA
3#B786FB
4#C198FB
5#CBA9FC
6#D6BAFD
7#E0CBFD
8#EADDFE
9#F5EEFE
Tones
Muted variations
1#995BF0
2#9B63E8
3#9C6CE0
4#9D74D8
5#9F7CCF
6#A085C7
7#A28DBF
8#A395B6
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8E #BB8EFB | BordersInactive statesPlaceholder text |
| 400 | 9853 #9853F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7A22 #7A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F08 #5F08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B06 #4B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2203 #22034F | 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: #F6F0FE;
--orchid-100: #EADDFE;
--orchid-200: #D9BFFD;
--orchid-300: #BB8EFB;
--orchid-400: #9853F9;
--orchid-500: #7A22F7;
--orchid-600: #5F08D9;
--orchid-700: #4B06AC;
--orchid-800: #36047B;
--orchid-900: #22034F;
--orchid-950: #160231;
}