Orchid
#C75FEC
PurpleColor Codes
All color formats for development
HEX
#C75FECRGB
rgb(199, 95, 236)HSL
hsl(284, 79%, 65%)OKLCH
oklch(0.668 0.218 316.2)CMYK
cmyk(16%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC42E9
2#B224E5
3#9F18D0
4#8815B2
5#711194
6#5B0E77
7#440A59
8#2D073B
9#17031E
Tints
Lighter variations
1#CC6FEE
2#D27FF0
3#D88FF2
4#DD9FF4
5#E3AFF6
6#E8BFF8
7#EECFF9
8#F4DFFB
9#F9EFFD
Tones
Muted variations
1#C366E5
2#C06DDE
3#BD74D7
4#B97BD0
5#B682C9
6#B38AC2
7#B091BB
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 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA96 #DA96F3 | BordersInactive statesPlaceholder text |
| 400 | C75F #C75FEC | Disabled statesSecondary iconsMuted text |
| 500 | B732 #B732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A18 #9A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A13 #7A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570D #570D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EAC4F8;
--orchid-300: #DA96F3;
--orchid-400: #C75FEC;
--orchid-500: #B732E7;
--orchid-600: #9A18C9;
--orchid-700: #7A13A0;
--orchid-800: #570D72;
--orchid-900: #380949;
--orchid-950: #23052E;
}