Orchid
#C25FEC
PurpleColor Codes
All color formats for development
HEX
#C25FECRGB
rgb(194, 95, 236)HSL
hsl(282, 79%, 65%)OKLCH
oklch(0.662 0.216 314.5)CMYK
cmyk(18%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B742E9
2#AB24E5
3#9918D0
4#8315B2
5#6D1194
6#570E77
7#410A59
8#2C073B
9#16031E
Tints
Lighter variations
1#C86FEE
2#CE7FF0
3#D48FF2
4#DA9FF4
5#E0AFF6
6#E7BFF8
7#EDCFF9
8#F3DFFB
9#F9EFFD
Tones
Muted variations
1#BF66E5
2#BC6DDE
3#B974D7
4#B77BD0
5#B482C9
6#B18AC2
7#AE91BB
8#AB98B4
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 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D796 #D796F3 | BordersInactive statesPlaceholder text |
| 400 | C25F #C25FEC | Disabled statesSecondary iconsMuted text |
| 500 | B132 #B132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9418 #9418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7513 #7513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | 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: #E8C4F8;
--orchid-300: #D796F3;
--orchid-400: #C25FEC;
--orchid-500: #B132E7;
--orchid-600: #9418C9;
--orchid-700: #7513A0;
--orchid-800: #540D72;
--orchid-900: #360949;
--orchid-950: #22052E;
}