Orchid
#AB54F8
PurpleColor Codes
All color formats for development
HEX
#AB54F8RGB
rgb(171, 84, 248)HSL
hsl(272, 92%, 65%)OKLCH
oklch(0.63 0.235 304.8)CMYK
cmyk(31%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C34F7
2#8C14F5
3#7B09DF
4#6A08BF
5#58079F
6#46057F
7#35045F
8#230340
9#120120
Tints
Lighter variations
1#B465F9
2#BC76F9
3#C487FA
4#CD98FB
5#D5A9FB
6#DDBAFC
7#E6CCFD
8#EEDDFE
9#F7EEFE
Tones
Muted variations
1#AB5CF0
2#AA64E7
3#AA6CDF
4#A974D7
5#A87DCF
6#A885C7
7#A78DBE
8#A795B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFA | BordersInactive statesPlaceholder text |
| 400 | AB54 #AB54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9323 #9323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7709 #7709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F07 #5F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4405 #44057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EEDDFE;
--orchid-200: #E0BFFC;
--orchid-300: #C88EFA;
--orchid-400: #AB54F8;
--orchid-500: #9323F6;
--orchid-600: #7709D7;
--orchid-700: #5F07AB;
--orchid-800: #44057A;
--orchid-900: #2B034E;
--orchid-950: #1B0231;
}