Orchid
#9F5FEC
PurpleColor Codes
All color formats for development
HEX
#9F5FECRGB
rgb(159, 95, 236)HSL
hsl(267, 79%, 65%)OKLCH
oklch(0.623 0.206 301.6)CMYK
cmyk(33%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D42E9
2#7B24E5
3#6B18D0
4#5C15B2
5#4C1194
6#3D0E77
7#2E0A59
8#1F073B
9#0F031E
Tints
Lighter variations
1#A86FEE
2#B27FF0
3#BC8FF2
4#C59FF4
5#CFAFF6
6#D8BFF8
7#E2CFF9
8#ECDFFB
9#F5EFFD
Tones
Muted variations
1#9F66E5
2#A06DDE
3#A174D7
4#A27BD0
5#A282C9
6#A38AC2
7#A491BB
8#A498B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C096 #C096F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5F #9F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8332 #8332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6718 #6718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5213 #5213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #ECDFFB;
--orchid-200: #DBC4F8;
--orchid-300: #C096F3;
--orchid-400: #9F5FEC;
--orchid-500: #8332E7;
--orchid-600: #6718C9;
--orchid-700: #5213A0;
--orchid-800: #3B0D72;
--orchid-900: #260949;
--orchid-950: #17052E;
}