Orchid
#9725F4
PurpleColor Codes
All color formats for development
HEX
#9725F4RGB
rgb(151, 37, 244)HSL
hsl(273, 90%, 55%)OKLCH
oklch(0.56 0.273 302.5)CMYK
cmyk(38%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A0DF0
2#7A0BD5
3#6B0ABB
4#5C08A0
5#4C0785
6#3D066B
7#2E0450
8#1F0335
9#0F011B
Tints
Lighter variations
1#A13BF5
2#AB51F6
3#B666F7
4#C07CF8
5#CB92F9
6#D5A8FA
7#E0BEFC
8#EAD3FD
9#F5E9FE
Tones
Muted variations
1#962FE9
2#953ADF
3#9344D5
4#924ECA
5#9159C0
6#9063B6
7#8F6DAB
8#8E78A1
9#8D8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA90 #CA90F9 | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9725 #9725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0B #7A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6109 #6109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4506 #450679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C04 #2C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFD;
--orchid-200: #E1C0FC;
--orchid-300: #CA90F9;
--orchid-400: #AE55F6;
--orchid-500: #9725F4;
--orchid-600: #7A0BD5;
--orchid-700: #6109AA;
--orchid-800: #450679;
--orchid-900: #2C044E;
--orchid-950: #1C0330;
}