Orchid
#9F2DEB
PurpleColor Codes
All color formats for development
HEX
#9F2DEBRGB
rgb(159, 45, 235)HSL
hsl(276, 83%, 55%)OKLCH
oklch(0.568 0.261 306.5)CMYK
cmyk(32%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9315E7
2#8313CD
3#7211B4
4#620E9A
5#520C80
6#410A67
7#31074D
8#210533
9#10021A
Tints
Lighter variations
1#A942ED
2#B257EF
3#BC6CF1
4#C681F3
5#CF96F5
6#D9ABF7
7#E2C0F9
8#ECD5FB
9#F5EAFD
Tones
Muted variations
1#9D37E2
2#9B40D8
3#9A4ACF
4#9853C5
5#965DBC
6#9466B2
7#9270A9
8#90799F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F5 | BordersInactive statesPlaceholder text |
| 400 | B55C #B55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9F2D #9F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8313 #8313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680F #680FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3007 #30074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DEFC;
--orchid-200: #E3C2F9;
--orchid-300: #CE94F5;
--orchid-400: #B55CF0;
--orchid-500: #9F2DEB;
--orchid-600: #8313CD;
--orchid-700: #680FA3;
--orchid-800: #4A0B75;
--orchid-900: #30074B;
--orchid-950: #1E042F;
}