Orchid
#A62BEE
PurpleColor Codes
All color formats for development
HEX
#A62BEERGB
rgb(166, 43, 238)HSL
hsl(278, 85%, 55%)OKLCH
oklch(0.578 0.267 308.3)CMYK
cmyk(30%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B13EA
2#8A11D0
3#780FB6
4#670D9C
5#560B82
6#450868
7#34064E
8#220434
9#11021A
Tints
Lighter variations
1#AF40F0
2#B855F1
3#C16AF3
4#CA80F5
5#D395F6
6#DCAAF8
7#E4BFFA
8#EDD5FC
9#F6EAFD
Tones
Muted variations
1#A434E4
2#A13EDA
3#9E48D1
4#9C52C7
5#995BBD
6#9765B3
7#946FAA
8#9179A0
9#8F8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D292 #D292F6 | BordersInactive statesPlaceholder text |
| 400 | BA5A #BA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A62B #A62BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A11 #8A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0D #6D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3206 #32064B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E5C2FA;
--orchid-300: #D292F6;
--orchid-400: #BA5AF2;
--orchid-500: #A62BEE;
--orchid-600: #8A11D0;
--orchid-700: #6D0DA5;
--orchid-800: #4E0A76;
--orchid-900: #32064B;
--orchid-950: #1F042F;
}