Orchid
#923ADF
PurpleColor Codes
All color formats for development
HEX
#923ADFRGB
rgb(146, 58, 223)HSL
hsl(272, 72%, 55%)OKLCH
oklch(0.554 0.235 303.8)CMYK
cmyk(35%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8423D9
2#761FC1
3#671BA9
4#581891
5#491479
6#3B1060
7#2C0C48
8#1D0830
9#0F0418
Tints
Lighter variations
1#9D4DE2
2#A861E5
3#B375E9
4#BD89EC
5#C89CEF
6#D3B0F2
7#DEC4F5
8#E9D8F9
9#F4EBFC
Tones
Muted variations
1#9142D7
2#914ACE
3#9052C6
4#905BBE
5#8F63B6
6#8E6BAD
7#8E73A5
8#8D7C9D
9#8D8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 923A #923ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 761F #761FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E19 #5E199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4312 #43126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FA;
--orchid-200: #DFC6F6;
--orchid-300: #C79AEF;
--orchid-400: #AA65E6;
--orchid-500: #923ADF;
--orchid-600: #761FC1;
--orchid-700: #5E199A;
--orchid-800: #43126E;
--orchid-900: #2B0B46;
--orchid-950: #1B072C;
}