Orchid
#A055F6
PurpleColor Codes
All color formats for development
HEX
#A055F6RGB
rgb(160, 85, 246)HSL
hsl(268, 90%, 65%)OKLCH
oklch(0.617 0.23 301.3)CMYK
cmyk(35%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F36F4
2#7D16F3
3#6D0CDC
4#5D0ABD
5#4E089D
6#3E077E
7#2F055E
8#1F033F
9#10021F
Tints
Lighter variations
1#AA66F7
2#B377F8
3#BD88F9
4#C699FA
5#D0AAFB
6#D9BBFB
7#E3CCFC
8#ECDDFD
9#F6EEFE
Tones
Muted variations
1#A15DEE
2#A165E6
3#A26EDE
4#A376D6
5#A37ECE
6#A486C6
7#A48EBE
8#A596B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8525 #8525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690B #690BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5409 #5409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #ECDDFD;
--orchid-200: #DCC0FC;
--orchid-300: #C190F9;
--orchid-400: #A055F6;
--orchid-500: #8525F4;
--orchid-600: #690BD5;
--orchid-700: #5409AA;
--orchid-800: #3C0679;
--orchid-900: #26044E;
--orchid-950: #180330;
}