Orchid
#B25EED
PurpleColor Codes
All color formats for development
HEX
#B25EEDRGB
rgb(178, 94, 237)HSL
hsl(275, 80%, 65%)OKLCH
oklch(0.643 0.213 308.7)CMYK
cmyk(25%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A341EA
2#9523E7
3#8317D1
4#7114B3
5#5E1195
6#4B0D77
7#380A5A
8#26073C
9#13031E
Tints
Lighter variations
1#B96EEF
2#C17EF1
3#C98FF3
4#D19FF4
5#D8AFF6
6#E0BFF8
7#E8CFFA
8#F0DFFB
9#F7EFFD
Tones
Muted variations
1#B065E6
2#AF6DDF
3#AE74D8
4#AD7BD1
5#AC82C9
6#AB89C2
7#A990BB
8#A897B4
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 | E2C3 #E2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F3 | BordersInactive statesPlaceholder text |
| 400 | B25E #B25EED | Disabled statesSecondary iconsMuted text |
| 500 | 9C30 #9C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F16 #7F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6512 #6512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E0849 | 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: #E2C3F8;
--orchid-300: #CC95F3;
--orchid-400: #B25EED;
--orchid-500: #9C30E8;
--orchid-600: #7F16CA;
--orchid-700: #6512A1;
--orchid-800: #480D73;
--orchid-900: #2E0849;
--orchid-950: #1D052E;
}