Orchid
#905DEF
PurpleColor Codes
All color formats for development
HEX
#905DEFRGB
rgb(144, 93, 239)HSL
hsl(261, 82%, 65%)OKLCH
oklch(0.607 0.21 295.6)CMYK
cmyk(40%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B3EEC
2#6620E9
3#5715D3
4#4B12B5
5#3E0F97
6#320C79
7#25095A
8#19063C
9#0C031E
Tints
Lighter variations
1#9B6DF1
2#A67DF2
3#B18DF4
4#BC9EF5
5#C7AEF7
6#D3BEF9
7#DECEFA
8#E9DFFC
9#F4EFFD
Tones
Muted variations
1#9264E8
2#946BE0
3#9673D9
4#997AD2
5#9B81CA
6#9D88C3
7#9F90BC
8#A197B4
9#A49EAD
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 | B694 #B694F4 | BordersInactive statesPlaceholder text |
| 400 | 905D #905DEF | Disabled statesSecondary iconsMuted text |
| 500 | 702E #702EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5514 #5514CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4310 #4310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300B #300B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074A | 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: #B694F4;
--orchid-400: #905DEF;
--orchid-500: #702EEA;
--orchid-600: #5514CC;
--orchid-700: #4310A2;
--orchid-800: #300B74;
--orchid-900: #1F074A;
--orchid-950: #13052E;
}