Orchid
#955DEF
PurpleColor Codes
All color formats for development
HEX
#955DEFRGB
rgb(149, 93, 239)HSL
hsl(263, 82%, 65%)OKLCH
oklch(0.612 0.21 297.5)CMYK
cmyk(38%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#813EEC
2#6D20E9
3#5E15D3
4#5012B5
5#430F97
6#360C79
7#28095A
8#1B063C
9#0D031E
Tints
Lighter variations
1#9F6DF1
2#AA7DF2
3#B58DF4
4#BF9EF5
5#CAAEF7
6#D4BEF9
7#DFCEFA
8#EADFFC
9#F4EFFD
Tones
Muted variations
1#9664E8
2#986BE0
3#9A73D9
4#9C7AD2
5#9D81CA
6#9F88C3
7#A190BC
8#A297B4
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B994 #B994F4 | BordersInactive statesPlaceholder text |
| 400 | 955D #955DEF | Disabled statesSecondary iconsMuted text |
| 500 | 762E #762EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B14 #5B14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4810 #4810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340B #340B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2107 #21074A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EADFFC;
--orchid-200: #D8C3F9;
--orchid-300: #B994F4;
--orchid-400: #955DEF;
--orchid-500: #762EEA;
--orchid-600: #5B14CC;
--orchid-700: #4810A2;
--orchid-800: #340B74;
--orchid-900: #21074A;
--orchid-950: #15052E;
}