Orchid
#B127F1
PurpleColor Codes
All color formats for development
HEX
#B127F1RGB
rgb(177, 39, 241)HSL
hsl(281, 88%, 55%)OKLCH
oklch(0.592 0.275 311.2)CMYK
cmyk(27%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A70FED
2#940DD3
3#820CB9
4#6F0A9E
5#5D0884
6#4A0769
7#38054F
8#250335
9#13021A
Tints
Lighter variations
1#B93DF3
2#C152F4
3#C968F5
4#D07EF7
5#D893F8
6#E0A9F9
7#E8BEFB
8#EFD4FC
9#F7E9FE
Tones
Muted variations
1#AE31E7
2#AA3BDD
3#A646D3
4#A250C9
5#9F5ABF
6#9B64B5
7#976EAB
8#9478A0
9#908296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D791 #D791F8 | BordersInactive statesPlaceholder text |
| 400 | C357 #C357F4 | Disabled statesSecondary iconsMuted text |
| 500 | B127 #B127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 940D #940DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760B #760BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5408 #540878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3605 #36054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DDFD;
--orchid-200: #E9C1FB;
--orchid-300: #D791F8;
--orchid-400: #C357F4;
--orchid-500: #B127F1;
--orchid-600: #940DD3;
--orchid-700: #760BA8;
--orchid-800: #540878;
--orchid-900: #36054D;
--orchid-950: #220330;
}