Orchid
#B75CF0
PurpleColor Codes
All color formats for development
HEX
#B75CF0RGB
rgb(183, 92, 240)HSL
hsl(277, 83%, 65%)OKLCH
oklch(0.648 0.22 310)CMYK
cmyk(24%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA3DED
2#9C1FEA
3#8A14D4
4#7711B6
5#630E98
6#4F0B79
7#3B085B
8#28063D
9#14031E
Tints
Lighter variations
1#BE6CF1
2#C57CF3
3#CD8DF4
4#D49DF6
5#DBADF7
6#E2BEF9
7#E9CEFA
8#F1DEFC
9#F8EFFD
Tones
Muted variations
1#B563E8
2#B46AE1
3#B272DA
4#B079D2
5#AE81CB
6#AD88C3
7#AB90BC
8#A997B5
9#A79EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D094 #D094F5 | BordersInactive statesPlaceholder text |
| 400 | B75C #B75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A22D #A22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8613 #8613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0F #6B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0B #4C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3107 #31074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E4C2F9;
--orchid-300: #D094F5;
--orchid-400: #B75CF0;
--orchid-500: #A22DEB;
--orchid-600: #8613CD;
--orchid-700: #6B0FA3;
--orchid-800: #4C0B75;
--orchid-900: #31074B;
--orchid-950: #1E042F;
}