Orchid
#925AF2
PurpleColor Codes
All color formats for development
HEX
#925AF2RGB
rgb(146, 90, 242)HSL
hsl(262, 85%, 65%)OKLCH
oklch(0.607 0.217 296.3)CMYK
cmyk(40%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D3BEF
2#691DED
3#5A11D7
4#4D0FB8
5#400C99
6#330A7B
7#26075C
8#1A053D
9#0D021F
Tints
Lighter variations
1#9C6AF3
2#A77BF4
3#B28BF6
4#BD9CF7
5#C8ACF8
6#D3BDFA
7#DECDFB
8#E9DEFC
9#F4EEFE
Tones
Muted variations
1#9461EA
2#9669E2
3#9871DB
4#9A78D3
5#9C80CC
6#9E87C4
7#A08FBD
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 | B792 #B792F6 | BordersInactive statesPlaceholder text |
| 400 | 925A #925AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 722B #722BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5711 #5711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450D #450DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2006 #20064B | 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: #B792F6;
--orchid-400: #925AF2;
--orchid-500: #722BEE;
--orchid-600: #5711D0;
--orchid-700: #450DA5;
--orchid-800: #310A76;
--orchid-900: #20064B;
--orchid-950: #14042F;
}