Orchid
#A62CED
PurpleColor Codes
All color formats for development
HEX
#A62CEDRGB
rgb(166, 44, 237)HSL
hsl(278, 84%, 55%)OKLCH
oklch(0.578 0.265 308.4)CMYK
cmyk(30%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A14E8
2#8912CE
3#7810B5
4#670D9B
5#560B81
6#450967
7#33074D
8#220434
9#11021A
Tints
Lighter variations
1#AF41EE
2#B856F0
3#C16BF2
4#CA80F4
5#D295F6
6#DBABF8
7#E4C0F9
8#EDD5FB
9#F6EAFD
Tones
Muted variations
1#A335E3
2#A13FD9
3#9E49D0
4#9C52C6
5#995CBC
6#9766B3
7#946FA9
8#9179A0
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D193 #D193F6 | BordersInactive statesPlaceholder text |
| 400 | BA5B #BA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A62C #A62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8912 #8912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0E #6D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E5C2FA;
--orchid-300: #D193F6;
--orchid-400: #BA5BF1;
--orchid-500: #A62CED;
--orchid-600: #8912CE;
--orchid-700: #6D0EA4;
--orchid-800: #4E0A75;
--orchid-900: #32074B;
--orchid-950: #1F042F;
}