Orchid
#905EED
PurpleColor Codes
All color formats for development
HEX
#905EEDRGB
rgb(144, 94, 237)HSL
hsl(261, 80%, 65%)OKLCH
oklch(0.607 0.206 295.8)CMYK
cmyk(39%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C41EA
2#6723E7
3#5817D1
4#4C14B3
5#3F1195
6#320D77
7#260A5A
8#19073C
9#0D031E
Tints
Lighter variations
1#9B6EEF
2#A67EF1
3#B28FF3
4#BD9FF4
5#C8AFF6
6#D3BFF8
7#DECFFA
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9265E6
2#956DDF
3#9774D8
4#997BD1
5#9B82C9
6#9D89C2
7#9F90BB
8#A197B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #E9DFFB;
--orchid-200: #D6C3F8;
--orchid-300: #B695F3;
--orchid-400: #905EED;
--orchid-500: #7130E8;
--orchid-600: #5516CA;
--orchid-700: #4412A1;
--orchid-800: #300D73;
--orchid-900: #1F0849;
--orchid-950: #13052E;
}