Orchid
#C45FEC
PurpleColor Codes
All color formats for development
HEX
#C45FECRGB
rgb(196, 95, 236)HSL
hsl(283, 79%, 65%)OKLCH
oklch(0.665 0.217 315.2)CMYK
cmyk(17%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B942E9
2#AF24E5
3#9C18D0
4#8515B2
5#6F1194
6#590E77
7#430A59
8#2C073B
9#16031E
Tints
Lighter variations
1#CA6FEE
2#D07FF0
3#D68FF2
4#DC9FF4
5#E2AFF6
6#E8BFF8
7#EDCFF9
8#F3DFFB
9#F9EFFD
Tones
Muted variations
1#C166E5
2#BE6DDE
3#BB74D7
4#B87BD0
5#B582C9
6#B28AC2
7#AF91BB
8#AC98B4
9#A99FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D896 #D896F3 | BordersInactive statesPlaceholder text |
| 400 | C45F #C45FEC | Disabled statesSecondary iconsMuted text |
| 500 | B432 #B432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9718 #9718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7813 #7813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F3DFFB;
--orchid-200: #E9C4F8;
--orchid-300: #D896F3;
--orchid-400: #C45FEC;
--orchid-500: #B432E7;
--orchid-600: #9718C9;
--orchid-700: #7813A0;
--orchid-800: #560D72;
--orchid-900: #370949;
--orchid-950: #22052E;
}