Orchid
#B130E8
PurpleColor Codes
All color formats for development
HEX
#B130E8RGB
rgb(177, 48, 232)HSL
hsl(282, 80%, 55%)OKLCH
oklch(0.591 0.26 312.8)CMYK
cmyk(24%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A719E3
2#9416CA
3#8214B1
4#6F1197
5#5D0E7E
6#4A0B65
7#38084C
8#250632
9#130319
Tints
Lighter variations
1#B945EA
2#C15AED
3#C86EEF
4#D083F1
5#D898F4
6#E0ACF6
7#E8C1F8
8#EFD6FA
9#F7EAFD
Tones
Muted variations
1#AD3ADF
2#AA43D6
3#A64CCD
4#A255C3
5#9F5EBA
6#9B68B1
7#9771A8
8#947A9F
9#908395
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 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D795 #D795F3 | BordersInactive statesPlaceholder text |
| 400 | C25E #C25EED | Disabled statesSecondary iconsMuted text |
| 500 | B130 #B130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9416 #9416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7612 #7612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3608 #360849 | 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: #E8C3F8;
--orchid-300: #D795F3;
--orchid-400: #C25EED;
--orchid-500: #B130E8;
--orchid-600: #9416CA;
--orchid-700: #7612A1;
--orchid-800: #540D73;
--orchid-900: #360849;
--orchid-950: #22052E;
}