Orchid
#905DEE
PurpleColor Codes
All color formats for development
HEX
#905DEERGB
rgb(144, 93, 238)HSL
hsl(261, 81%, 65%)OKLCH
oklch(0.606 0.209 295.7)CMYK
cmyk(39%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B3FEB
2#6721E8
3#5816D2
4#4B13B4
5#3F1096
6#320D78
7#26095A
8#19063C
9#0D031E
Tints
Lighter variations
1#9B6EF0
2#A67EF1
3#B18EF3
4#BC9EF5
5#C8AEF7
6#D3BEF8
7#DECFFA
8#E9DFFC
9#F4EFFD
Tones
Muted variations
1#9265E7
2#946CE0
3#9773D8
4#997AD1
5#9B82CA
6#9D89C3
7#9F90BB
8#A197B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F4 | BordersInactive statesPlaceholder text |
| 400 | 905D #905DEE | Disabled statesSecondary iconsMuted text |
| 500 | 702F #702FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5515 #5515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4411 #4411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300C #300C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F084A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F5F1FE;
--orchid-100: #E9DFFC;
--orchid-200: #D6C3F9;
--orchid-300: #B695F4;
--orchid-400: #905DEE;
--orchid-500: #702FE9;
--orchid-600: #5515CB;
--orchid-700: #4411A2;
--orchid-800: #300C73;
--orchid-900: #1F084A;
--orchid-950: #13052E;
}