Orchid
#9459F3
PurpleColor Codes
All color formats for development
HEX
#9459F3RGB
rgb(148, 89, 243)HSL
hsl(263, 87%, 65%)OKLCH
oklch(0.608 0.22 297)CMYK
cmyk(39%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8039F1
2#6C1AEF
3#5C0FD9
4#4F0DBA
5#420B9B
6#35097C
7#28065D
8#1A043E
9#0D021F
Tints
Lighter variations
1#9E69F5
2#A979F6
3#B48AF7
4#BF9BF8
5#C9ACF9
6#D4BCFA
7#DFCDFC
8#EADEFD
9#F4EEFE
Tones
Muted variations
1#9560EC
2#9768E4
3#996FDC
4#9B77D4
5#9D7FCD
6#9F87C5
7#A08EBD
8#A296B5
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F7 | BordersInactive statesPlaceholder text |
| 400 | 9458 #9458F3 | Disabled statesSecondary iconsMuted text |
| 500 | 7528 #7528F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590F #590FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470C #470CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2105 #21054C | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EADEFD;
--orchid-200: #D7C1FB;
--orchid-300: #B891F7;
--orchid-400: #9458F3;
--orchid-500: #7528F0;
--orchid-600: #590FD2;
--orchid-700: #470CA7;
--orchid-800: #330877;
--orchid-900: #21054C;
--orchid-950: #140330;
}