Orchid
#AB55F7
PurpleColor Codes
All color formats for development
HEX
#AB55F7RGB
rgb(171, 85, 247)HSL
hsl(272, 91%, 65%)OKLCH
oklch(0.63 0.233 304.9)CMYK
cmyk(31%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C35F5
2#8C15F4
3#7B0ADE
4#6909BE
5#58079E
6#46067F
7#35045F
8#23033F
9#120120
Tints
Lighter variations
1#B466F8
2#BC77F9
3#C488F9
4#CD99FA
5#D5AAFB
6#DDBBFC
7#E6CCFD
8#EEDDFD
9#F7EEFE
Tones
Muted variations
1#AB5DEF
2#AA65E7
3#AA6DDF
4#A975D6
5#A87DCE
6#A885C6
7#A78DBE
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 | C88F #C88FFA | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9324 #9324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770A #770AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F08 #5F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #44067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | 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: #EEDDFD;
--orchid-200: #E0C0FC;
--orchid-300: #C88FFA;
--orchid-400: #AB55F7;
--orchid-500: #9324F5;
--orchid-600: #770AD6;
--orchid-700: #5F08AA;
--orchid-800: #44067A;
--orchid-900: #2B044E;
--orchid-950: #1B0231;
}