Orchid
#925BF1
PurpleColor Codes
All color formats for development
HEX
#925BF1RGB
rgb(146, 91, 241)HSL
hsl(262, 84%, 65%)OKLCH
oklch(0.607 0.215 296.3)CMYK
cmyk(39%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D3CEE
2#691EEB
3#5A13D5
4#4D10B7
5#400D98
6#330B7A
7#27085B
8#1A053D
9#0D031E
Tints
Lighter variations
1#9D6BF2
2#A87CF4
3#B38CF5
4#BD9CF6
5#C8ADF8
6#D3BDF9
7#DECEFB
8#E9DEFC
9#F4EFFE
Tones
Muted variations
1#9462E9
2#966AE2
3#9871DA
4#9A79D3
5#9C80CB
6#9E88C4
7#A08FBC
8#A297B5
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B793 #B793F6 | BordersInactive statesPlaceholder text |
| 400 | 925B #925BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 732C #732CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5712 #5712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450E #450EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #E9DEFC;
--orchid-200: #D6C2FA;
--orchid-300: #B793F6;
--orchid-400: #925BF1;
--orchid-500: #732CED;
--orchid-600: #5712CE;
--orchid-700: #450EA4;
--orchid-800: #310A75;
--orchid-900: #20074B;
--orchid-950: #14042F;
}