Orchid
#A425F4
PurpleColor Codes
All color formats for development
HEX
#A425F4RGB
rgb(164, 37, 244)HSL
hsl(277, 90%, 55%)OKLCH
oklch(0.577 0.275 306.6)CMYK
cmyk(33%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990DF0
2#880BD5
3#770ABB
4#6608A0
5#550785
6#44066B
7#330450
8#220335
9#11011B
Tints
Lighter variations
1#AD3BF5
2#B651F6
3#C066F7
4#C97CF8
5#D292F9
6#DBA8FA
7#E4BEFC
8#EDD3FD
9#F6E9FE
Tones
Muted variations
1#A22FE9
2#A03ADF
3#9D44D5
4#9B4ECA
5#9859C0
6#9663B6
7#936DAB
8#9178A1
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C0 #E5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D190 #D190F9 | BordersInactive statesPlaceholder text |
| 400 | B855 #B855F6 | Disabled statesSecondary iconsMuted text |
| 500 | A425 #A425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880B #880BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C09 #6C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D06 #4D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044E | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F1DDFD;
--orchid-200: #E5C0FC;
--orchid-300: #D190F9;
--orchid-400: #B855F6;
--orchid-500: #A425F4;
--orchid-600: #880BD5;
--orchid-700: #6C09AA;
--orchid-800: #4D0679;
--orchid-900: #31044E;
--orchid-950: #1F0330;
}