Orchid
#AB53F9
PurpleColor Codes
All color formats for development
HEX
#AB53F9RGB
rgb(171, 83, 249)HSL
hsl(272, 93%, 65%)OKLCH
oklch(0.629 0.238 304.7)CMYK
cmyk(31%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C33F8
2#8C13F6
3#7B08E0
4#6A07C0
5#5806A0
6#460580
7#350360
8#230240
9#120120
Tints
Lighter variations
1#B464F9
2#BC75FA
3#C486FB
4#CD98FB
5#D5A9FC
6#DEBAFD
7#E6CBFD
8#EEDDFE
9#F7EEFE
Tones
Muted variations
1#AB5BF0
2#AA63E8
3#AA6CE0
4#A974D8
5#A97CCF
6#A885C7
7#A78DBF
8#A795B6
9#A69DAE
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 #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFB | BordersInactive statesPlaceholder text |
| 400 | AB53 #AB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9322 #9322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7708 #7708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F06 #5F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034F | 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: #E0BFFD;
--orchid-300: #C88EFB;
--orchid-400: #AB53F9;
--orchid-500: #9322F7;
--orchid-600: #7708D9;
--orchid-700: #5F06AC;
--orchid-800: #44047B;
--orchid-900: #2B034F;
--orchid-950: #1B0231;
}