Orchid
#9A25F4
PurpleColor Codes
All color formats for development
HEX
#9A25F4RGB
rgb(154, 37, 244)HSL
hsl(274, 90%, 55%)OKLCH
oklch(0.564 0.273 303.4)CMYK
cmyk(37%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D0DF0
2#7E0BD5
3#6E0ABB
4#5E08A0
5#4F0785
6#3F066B
7#2F0450
8#1F0335
9#10011B
Tints
Lighter variations
1#A43BF5
2#AE51F6
3#B866F7
4#C27CF8
5#CD92F9
6#D7A8FA
7#E1BEFC
8#EBD3FD
9#F5E9FE
Tones
Muted variations
1#992FE9
2#973ADF
3#9644D5
4#954ECA
5#9359C0
6#9263B6
7#906DAB
8#8F78A1
9#8E8297
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 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B055 #B055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9A25 #9A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0B #7E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6409 #6409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #470679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFD;
--orchid-200: #E2C0FC;
--orchid-300: #CB90F9;
--orchid-400: #B055F6;
--orchid-500: #9A25F4;
--orchid-600: #7E0BD5;
--orchid-700: #6409AA;
--orchid-800: #470679;
--orchid-900: #2E044E;
--orchid-950: #1D0330;
}