Orchid
#B25FEC
PurpleColor Codes
All color formats for development
HEX
#B25FECRGB
rgb(178, 95, 236)HSL
hsl(275, 79%, 65%)OKLCH
oklch(0.644 0.21 308.8)CMYK
cmyk(25%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A342E9
2#9524E5
3#8318D0
4#7115B2
5#5E1194
6#4B0E77
7#380A59
8#26073B
9#13031E
Tints
Lighter variations
1#B96FEE
2#C17FF0
3#C98FF2
4#D19FF4
5#D8AFF6
6#E0BFF8
7#E8CFF9
8#F0DFFB
9#F7EFFD
Tones
Muted variations
1#B066E5
2#AF6DDE
3#AE74D7
4#AD7BD0
5#AC82C9
6#AA8AC2
7#A991BB
8#A898B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC96 #CC96F3 | BordersInactive statesPlaceholder text |
| 400 | B25F #B25FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9B32 #9B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F18 #7F18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6513 #6513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E2C4F8;
--orchid-300: #CC96F3;
--orchid-400: #B25FEC;
--orchid-500: #9B32E7;
--orchid-600: #7F18C9;
--orchid-700: #6513A0;
--orchid-800: #480D72;
--orchid-900: #2E0949;
--orchid-950: #1D052E;
}