Orchid
#AE38E0
PurpleColor Codes
All color formats for development
HEX
#AE38E0RGB
rgb(174, 56, 224)HSL
hsl(282, 73%, 55%)OKLCH
oklch(0.588 0.245 313.4)CMYK
cmyk(22%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A322DA
2#911EC2
3#7F1BAA
4#6D1792
5#5B1379
6#480F61
7#360B49
8#240831
9#120418
Tints
Lighter variations
1#B64CE3
2#BE60E6
3#C674E9
4#CE88EC
5#D69CF0
6#DFB0F3
7#E7C3F6
8#EFD7F9
9#F7EBFC
Tones
Muted variations
1#AA41D8
2#A749CF
3#A452C7
4#A05ABF
5#9D62B6
6#9A6BAE
7#9673A5
8#937B9D
9#908495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D59A #D59AEF | BordersInactive statesPlaceholder text |
| 400 | C065 #C065E7 | Disabled statesSecondary iconsMuted text |
| 500 | AE38 #AE38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 911E #911EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7318 #73189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5211 #52116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 350B #350B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2107 #21072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F2E0FA;
--orchid-200: #E8C6F6;
--orchid-300: #D59AEF;
--orchid-400: #C065E7;
--orchid-500: #AE38E0;
--orchid-600: #911EC2;
--orchid-700: #73189A;
--orchid-800: #52116E;
--orchid-900: #350B47;
--orchid-950: #21072C;
}