Orchid
#AA2BEE
PurpleColor Codes
All color formats for development
HEX
#AA2BEERGB
rgb(170, 43, 238)HSL
hsl(279, 85%, 55%)OKLCH
oklch(0.583 0.268 309.5)CMYK
cmyk(29%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E13EA
2#8D11D0
3#7B0FB6
4#6A0D9C
5#580B82
6#460868
7#35064E
8#230434
9#12021A
Tints
Lighter variations
1#B240F0
2#BB55F1
3#C36AF3
4#CC80F5
5#D495F6
6#DDAAF8
7#E5BFFA
8#EED5FC
9#F6EAFD
Tones
Muted variations
1#A734E4
2#A43EDA
3#A148D1
4#9E52C7
5#9B5BBD
6#9865B3
7#956FAA
8#9279A0
9#8F8296
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 | D392 #D392F6 | BordersInactive statesPlaceholder text |
| 400 | BD5A #BD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | AA2B #AA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D11 #8D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 700D #700DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500A #500A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3306 #33064B | 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: #D392F6;
--orchid-400: #BD5AF2;
--orchid-500: #AA2BEE;
--orchid-600: #8D11D0;
--orchid-700: #700DA5;
--orchid-800: #500A76;
--orchid-900: #33064B;
--orchid-950: #20042F;
}