Orchid
#A65AF2
PurpleColor Codes
All color formats for development
HEX
#A65AF2RGB
rgb(166, 90, 242)HSL
hsl(270, 85%, 65%)OKLCH
oklch(0.628 0.22 303.7)CMYK
cmyk(31%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#953BEF
2#851DED
3#7411D7
4#630FB8
5#530C99
6#420A7B
7#32075C
8#21053D
9#11021F
Tints
Lighter variations
1#AF6AF3
2#B87BF4
3#C18BF6
4#C99CF7
5#D2ACF8
6#DBBDFA
7#E4CDFB
8#EDDEFC
9#F6EEFE
Tones
Muted variations
1#A661EA
2#A669E2
3#A671DB
4#A678D3
5#A680CC
6#A687C4
7#A68FBD
8#A697B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C492 #C492F6 | BordersInactive statesPlaceholder text |
| 400 | A65A #A65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2B #8C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7011 #7011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590D #590DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2906 #29064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDEFC;
--orchid-200: #DEC2FA;
--orchid-300: #C492F6;
--orchid-400: #A65AF2;
--orchid-500: #8C2BEE;
--orchid-600: #7011D0;
--orchid-700: #590DA5;
--orchid-800: #400A76;
--orchid-900: #29064B;
--orchid-950: #1A042F;
}