Orchid
#A92CED
PurpleColor Codes
All color formats for development
HEX
#A92CEDRGB
rgb(169, 44, 237)HSL
hsl(279, 84%, 55%)OKLCH
oklch(0.582 0.266 309.4)CMYK
cmyk(29%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E14E8
2#8C12CE
3#7B10B5
4#690D9B
5#580B81
6#460967
7#35074D
8#230434
9#12021A
Tints
Lighter variations
1#B241EE
2#BA56F0
3#C36BF2
4#CC80F4
5#D495F6
6#DDABF8
7#E5C0F9
8#EED5FB
9#F6EAFD
Tones
Muted variations
1#A635E3
2#A33FD9
3#A049D0
4#9E52C6
5#9B5CBC
6#9866B3
7#956FA9
8#9279A0
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C2 #E6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D393 #D393F6 | BordersInactive statesPlaceholder text |
| 400 | BC5B #BC5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A92C #A92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C12 #8C12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 700E #700EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500A #500A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074B | Primary textHigh emphasis contentDark headings |
| 950 | 2004 #20042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DEFC;
--orchid-200: #E6C2FA;
--orchid-300: #D393F6;
--orchid-400: #BC5BF1;
--orchid-500: #A92CED;
--orchid-600: #8C12CE;
--orchid-700: #700EA4;
--orchid-800: #500A75;
--orchid-900: #33074B;
--orchid-950: #20042F;
}