Orchid
#B25DEE
PurpleColor Codes
All color formats for development
HEX
#B25DEERGB
rgb(178, 93, 238)HSL
hsl(275, 81%, 65%)OKLCH
oklch(0.642 0.215 308.5)CMYK
cmyk(25%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A33FEB
2#9521E8
3#8416D2
4#7113B4
5#5E1096
6#4B0D78
7#38095A
8#26063C
9#13031E
Tints
Lighter variations
1#BA6EF0
2#C17EF1
3#C98EF3
4#D19EF5
5#D8AEF7
6#E0BEF8
7#E8CFFA
8#F0DFFC
9#F7EFFD
Tones
Muted variations
1#B165E7
2#AF6CE0
3#AE73D8
4#AD7AD1
5#AC82CA
6#AB89C3
7#A990BB
8#A897B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F4 | BordersInactive statesPlaceholder text |
| 400 | B25D #B25DEE | Disabled statesSecondary iconsMuted text |
| 500 | 9C2F #9C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F15 #7F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6511 #6511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480C #480C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E084A | 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: #F8F1FE;
--orchid-100: #F0DFFC;
--orchid-200: #E2C3F9;
--orchid-300: #CC95F4;
--orchid-400: #B25DEE;
--orchid-500: #9C2FE9;
--orchid-600: #7F15CB;
--orchid-700: #6511A2;
--orchid-800: #480C73;
--orchid-900: #2E084A;
--orchid-950: #1D052E;
}