Orchid
#9E5CF0
PurpleColor Codes
All color formats for development
HEX
#9E5CF0RGB
rgb(158, 92, 240)HSL
hsl(267, 83%, 65%)OKLCH
oklch(0.62 0.214 300.8)CMYK
cmyk(34%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C3DED
2#7A1FEA
3#6A14D4
4#5B11B6
5#4C0E98
6#3D0B79
7#2E085B
8#1E063D
9#0F031E
Tints
Lighter variations
1#A86CF1
2#B27CF3
3#BB8DF4
4#C59DF6
5#CFADF7
6#D8BEF9
7#E2CEFA
8#ECDEFC
9#F5EFFD
Tones
Muted variations
1#9F63E8
2#A06AE1
3#A172DA
4#A179D2
5#A281CB
6#A388C3
7#A490BC
8#A497B5
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF94 #BF94F5 | BordersInactive statesPlaceholder text |
| 400 | 9E5C #9E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 832D #832DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6713 #6713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520F #520FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0B #3A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDEFC;
--orchid-200: #DBC2F9;
--orchid-300: #BF94F5;
--orchid-400: #9E5CF0;
--orchid-500: #832DEB;
--orchid-600: #6713CD;
--orchid-700: #520FA3;
--orchid-800: #3A0B75;
--orchid-900: #25074B;
--orchid-950: #17042F;
}