Orchid
#9A24F5
PurpleColor Codes
All color formats for development
HEX
#9A24F5RGB
rgb(154, 36, 245)HSL
hsl(274, 91%, 55%)OKLCH
oklch(0.564 0.275 303.3)CMYK
cmyk(37%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E0BF1
2#7E0AD6
3#6E09BC
4#5E08A1
5#4F0686
6#3F056B
7#2F0450
8#1F0336
9#10011B
Tints
Lighter variations
1#A43AF6
2#AE50F7
3#B866F8
4#C37BF9
5#CD91FA
6#D7A7FB
7#E1BDFC
8#EBD3FD
9#F5E9FE
Tones
Muted variations
1#992EEA
2#9739E0
3#9643D5
4#954ECB
5#9358C0
6#9262B6
7#906DAC
8#8F77A1
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 | CB8F #CB8FFA | BordersInactive statesPlaceholder text |
| 400 | B155 #B155F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9A24 #9A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0A #7E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6408 #6408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #47067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | 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: #CB8FFA;
--orchid-400: #B155F7;
--orchid-500: #9A24F5;
--orchid-600: #7E0AD6;
--orchid-700: #6408AA;
--orchid-800: #47067A;
--orchid-900: #2E044E;
--orchid-950: #1D0231;
}