Orchid
#A655F7
PurpleColor Codes
All color formats for development
HEX
#A655F7RGB
rgb(166, 85, 247)HSL
hsl(270, 91%, 65%)OKLCH
oklch(0.625 0.232 303.2)CMYK
cmyk(33%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9535F5
2#8515F4
3#740ADE
4#6309BE
5#53079E
6#42067F
7#32045F
8#21033F
9#110120
Tints
Lighter variations
1#AF66F8
2#B877F9
3#C188F9
4#C999FA
5#D2AAFB
6#DBBBFC
7#E4CCFD
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A65DEF
2#A665E7
3#A66DDF
4#A675D6
5#A67DCE
6#A685C6
7#A68DBE
8#A696B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C48F #C48FFA | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8C24 #8C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700A #700AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5908 #5908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #40067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #EDDDFD;
--orchid-200: #DEC0FC;
--orchid-300: #C48FFA;
--orchid-400: #A655F7;
--orchid-500: #8C24F5;
--orchid-600: #700AD6;
--orchid-700: #5908AA;
--orchid-800: #40067A;
--orchid-900: #29044E;
--orchid-950: #1A0231;
}