Orchid
#9553F9
PurpleColor Codes
All color formats for development
HEX
#9553F9RGB
rgb(149, 83, 249)HSL
hsl(264, 93%, 65%)OKLCH
oklch(0.606 0.234 297.1)CMYK
cmyk(40%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8133F8
2#6E13F6
3#5E08E0
4#5107C0
5#4306A0
6#360580
7#280360
8#1B0240
9#0D0120
Tints
Lighter variations
1#A064F9
2#AA75FA
3#B586FB
4#BF98FB
5#CAA9FC
6#D5BAFD
7#DFCBFD
8#EADDFE
9#F4EEFE
Tones
Muted variations
1#975BF0
2#9863E8
3#9A6CE0
4#9C74D8
5#9D7CCF
6#9F85C7
7#A18DBF
8#A295B6
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 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98E #B98EFB | BordersInactive statesPlaceholder text |
| 400 | 9553 #9553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7722 #7722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B08 #5B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4906 #4906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034F | 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: #F6F0FE;
--orchid-100: #EADDFE;
--orchid-200: #D8BFFD;
--orchid-300: #B98EFB;
--orchid-400: #9553F9;
--orchid-500: #7722F7;
--orchid-600: #5B08D9;
--orchid-700: #4906AC;
--orchid-800: #34047B;
--orchid-900: #21034F;
--orchid-950: #150231;
}