Orchid
#955EED
PurpleColor Codes
All color formats for development
HEX
#955EEDRGB
rgb(149, 94, 237)HSL
hsl(263, 80%, 65%)OKLCH
oklch(0.612 0.207 297.7)CMYK
cmyk(37%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8141EA
2#6E23E7
3#5E17D1
4#5114B3
5#431195
6#360D77
7#280A5A
8#1B073C
9#0D031E
Tints
Lighter variations
1#A06EEF
2#AA7EF1
3#B58FF3
4#BF9FF4
5#CAAFF6
6#D5BFF8
7#DFCFFA
8#EADFFB
9#F4EFFD
Tones
Muted variations
1#9765E6
2#986DDF
3#9A74D8
4#9C7BD1
5#9D82C9
6#9F89C2
7#A190BB
8#A297B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D8C3F8;
--orchid-300: #B995F3;
--orchid-400: #955EED;
--orchid-500: #7730E8;
--orchid-600: #5B16CA;
--orchid-700: #4912A1;
--orchid-800: #340D73;
--orchid-900: #210849;
--orchid-950: #15052E;
}