Orchid
#9551FB
PurpleColor Codes
All color formats for development
HEX
#9551FBRGB
rgb(149, 81, 251)HSL
hsl(264, 96%, 65%)OKLCH
oklch(0.605 0.239 297)CMYK
cmyk(41%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8130FB
2#6D0FFA
3#5E05E3
4#5004C3
5#4303A2
6#360382
7#280261
8#1B0141
9#0D0120
Tints
Lighter variations
1#9F62FC
2#AA73FC
3#B585FD
4#BF96FD
5#CAA8FD
6#D4B9FE
7#DFCBFE
8#EADCFE
9#F4EEFF
Tones
Muted variations
1#9659F3
2#9861EA
3#9A6AE2
4#9B72D9
5#9D7BD1
6#9F83C8
7#A18CBF
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 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98C #B98CFD | BordersInactive statesPlaceholder text |
| 400 | 9550 #9550FB | Disabled statesSecondary iconsMuted text |
| 500 | 761E #761EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B04 #5B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADCFE;
--orchid-200: #D7BEFE;
--orchid-300: #B98CFD;
--orchid-400: #9550FB;
--orchid-500: #761EFA;
--orchid-600: #5B04DC;
--orchid-700: #4804AF;
--orchid-800: #34037D;
--orchid-900: #210250;
--orchid-950: #150132;
}