Orchid
#AB57F4
PurpleColor Codes
All color formats for development
HEX
#AB57F4RGB
rgb(171, 87, 244)HSL
hsl(272, 88%, 65%)OKLCH
oklch(0.631 0.228 305.4)CMYK
cmyk(30%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B38F2
2#8C19F0
3#7B0EDA
4#690CBB
5#580A9C
6#46087D
7#35065D
8#23043E
9#12021F
Tints
Lighter variations
1#B368F5
2#BC79F6
3#C48AF8
4#CD9AF9
5#D5ABFA
6#DDBCFB
7#E6CDFC
8#EEDDFD
9#F7EEFE
Tones
Muted variations
1#AA5FEC
2#AA67E5
3#A96FDD
4#A977D5
5#A87ECD
6#A886C5
7#A78EBD
8#A796B5
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F8 | BordersInactive statesPlaceholder text |
| 400 | AB57 #AB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9327 #9327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770D #770DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0B #5E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054D | 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: #F8F1FE;
--orchid-100: #EEDDFD;
--orchid-200: #E0C1FB;
--orchid-300: #C891F8;
--orchid-400: #AB57F4;
--orchid-500: #9327F1;
--orchid-600: #770DD3;
--orchid-700: #5E0BA8;
--orchid-800: #430878;
--orchid-900: #2B054D;
--orchid-950: #1B0330;
}