Orchid
#9C2DEB
PurpleColor Codes
All color formats for development
HEX
#9C2DEBRGB
rgb(156, 45, 235)HSL
hsl(275, 83%, 55%)OKLCH
oklch(0.564 0.26 305.6)CMYK
cmyk(34%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9015E7
2#8013CD
3#7011B4
4#600E9A
5#500C80
6#400A67
7#30074D
8#200533
9#10021A
Tints
Lighter variations
1#A642ED
2#B057EF
3#BA6CF1
4#C481F3
5#CE96F5
6#D7ABF7
7#E1C0F9
8#EBD5FB
9#F5EAFD
Tones
Muted variations
1#9B37E2
2#9940D8
3#974ACF
4#9653C5
5#945DBC
6#9366B2
7#9170A9
8#8F799F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC94 #CC94F5 | BordersInactive statesPlaceholder text |
| 400 | B25C #B25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9C2D #9C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8013 #8013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660F #660FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490B #490B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1D04 #1D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #F0DEFC;
--orchid-200: #E2C2F9;
--orchid-300: #CC94F5;
--orchid-400: #B25CF0;
--orchid-500: #9C2DEB;
--orchid-600: #8013CD;
--orchid-700: #660FA3;
--orchid-800: #490B75;
--orchid-900: #2E074B;
--orchid-950: #1D042F;
}