Orchid
#A655F6
PurpleColor Codes
All color formats for development
HEX
#A655F6RGB
rgb(166, 85, 246)HSL
hsl(270, 90%, 65%)OKLCH
oklch(0.624 0.231 303.4)CMYK
cmyk(33%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9536F4
2#8516F3
3#740CDC
4#630ABD
5#53089D
6#42077E
7#32055E
8#21033F
9#11021F
Tints
Lighter variations
1#AF66F7
2#B877F8
3#C188F9
4#C999FA
5#D2AAFB
6#DBBBFB
7#E4CCFC
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A65DEE
2#A665E6
3#A66EDE
4#A676D6
5#A67ECE
6#A686C6
7#A68EBE
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 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C25 #8C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700B #700BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5909 #5909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #400679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | 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: #F7F0FE;
--orchid-100: #EDDDFD;
--orchid-200: #DEC0FC;
--orchid-300: #C490F9;
--orchid-400: #A655F6;
--orchid-500: #8C25F4;
--orchid-600: #700BD5;
--orchid-700: #5909AA;
--orchid-800: #400679;
--orchid-900: #29044E;
--orchid-950: #1A0330;
}