Orchid
#AB55F6
PurpleColor Codes
All color formats for development
HEX
#AB55F6RGB
rgb(171, 85, 246)HSL
hsl(272, 90%, 65%)OKLCH
oklch(0.63 0.232 305.1)CMYK
cmyk(30%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C36F4
2#8C16F3
3#7B0CDC
4#690ABD
5#58089D
6#46077E
7#35055E
8#23033F
9#12021F
Tints
Lighter variations
1#B366F7
2#BC77F8
3#C488F9
4#CD99FA
5#D5AAFB
6#DDBBFB
7#E6CCFC
8#EEDDFD
9#F7EEFE
Tones
Muted variations
1#AB5DEE
2#AA65E6
3#A96EDE
4#A976D6
5#A87ECE
6#A886C6
7#A78EBE
8#A796B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9325 #9325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770B #770BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F09 #5F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #440679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EEDDFD;
--orchid-200: #E0C0FC;
--orchid-300: #C890F9;
--orchid-400: #AB55F6;
--orchid-500: #9325F4;
--orchid-600: #770BD5;
--orchid-700: #5F09AA;
--orchid-800: #440679;
--orchid-900: #2B044E;
--orchid-950: #1B0330;
}