Orchid
#A657F4
PurpleColor Codes
All color formats for development
HEX
#A657F4RGB
rgb(166, 87, 244)HSL
hsl(270, 88%, 65%)OKLCH
oklch(0.625 0.226 303.6)CMYK
cmyk(32%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9538F2
2#8519F0
3#740EDA
4#630CBB
5#530A9C
6#42087D
7#32065D
8#21043E
9#11021F
Tints
Lighter variations
1#AF68F5
2#B879F6
3#C18AF8
4#C99AF9
5#D2ABFA
6#DBBCFB
7#E4CDFC
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A65FEC
2#A667E5
3#A66FDD
4#A677D5
5#A67ECD
6#A686C5
7#A68EBD
8#A696B5
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDDFD;
--orchid-200: #DEC1FB;
--orchid-300: #C491F8;
--orchid-400: #A657F4;
--orchid-500: #8C27F1;
--orchid-600: #700DD3;
--orchid-700: #590BA8;
--orchid-800: #400878;
--orchid-900: #29054D;
--orchid-950: #1A0330;
}