Orchid
#A053F9
PurpleColor Codes
All color formats for development
HEX
#A053F9RGB
rgb(160, 83, 249)HSL
hsl(268, 93%, 65%)OKLCH
oklch(0.617 0.236 300.9)CMYK
cmyk(36%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F33F8
2#7D13F6
3#6D08E0
4#5D07C0
5#4E06A0
6#3E0580
7#2F0360
8#1F0240
9#100120
Tints
Lighter variations
1#AA64F9
2#B375FA
3#BD86FB
4#C698FB
5#D0A9FC
6#D9BAFD
7#E3CBFD
8#ECDDFE
9#F6EEFE
Tones
Muted variations
1#A15BF0
2#A163E8
3#A26CE0
4#A274D8
5#A37CCF
6#A485C7
7#A48DBF
8#A595B6
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFB | BordersInactive statesPlaceholder text |
| 400 | A053 #A053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8522 #8522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6908 #6908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5406 #5406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #ECDDFE;
--orchid-200: #DCBFFD;
--orchid-300: #C18EFB;
--orchid-400: #A053F9;
--orchid-500: #8522F7;
--orchid-600: #6908D9;
--orchid-700: #5406AC;
--orchid-800: #3C047B;
--orchid-900: #26034F;
--orchid-950: #180231;
}