Orchid
#B05CF0
PurpleColor Codes
All color formats for development
HEX
#B05CF0RGB
rgb(176, 92, 240)HSL
hsl(274, 83%, 65%)OKLCH
oklch(0.64 0.218 307.5)CMYK
cmyk(27%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A13DED
2#921FEA
3#8114D4
4#6E11B6
5#5C0E98
6#4A0B79
7#37085B
8#25063D
9#12031E
Tints
Lighter variations
1#B86CF1
2#C07CF3
3#C78DF4
4#CF9DF6
5#D7ADF7
6#DFBEF9
7#E7CEFA
8#EFDEFC
9#F7EFFD
Tones
Muted variations
1#AF63E8
2#AE6AE1
3#AD72DA
4#AC79D2
5#AB81CB
6#AA88C3
7#A990BC
8#A897B5
9#A79EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F5 | BordersInactive statesPlaceholder text |
| 400 | B05C #B05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 992D #992DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D13 #7D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630F #630FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDEFC;
--orchid-200: #E2C2F9;
--orchid-300: #CB94F5;
--orchid-400: #B05CF0;
--orchid-500: #992DEB;
--orchid-600: #7D13CD;
--orchid-700: #630FA3;
--orchid-800: #470B75;
--orchid-900: #2D074B;
--orchid-950: #1C042F;
}