Orchid
#B74FFC
PurpleColor Codes
All color formats for development
HEX
#B74FFCRGB
rgb(183, 79, 252)HSL
hsl(276, 97%, 65%)OKLCH
oklch(0.641 0.248 308.4)CMYK
cmyk(27%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA2FFC
2#9C0EFB
3#8B03E5
4#7703C4
5#6302A3
6#4F0283
7#3B0162
8#280141
9#140021
Tints
Lighter variations
1#BE61FD
2#C572FD
3#CD84FD
4#D496FD
5#DBA7FE
6#E2B9FE
7#E9CAFE
8#F1DCFE
9#F8EDFF
Tones
Muted variations
1#B558F4
2#B460EB
3#B269E2
4#B072DA
5#AE7AD1
6#AD83C8
7#AB8CC0
8#A994B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08B #D08BFD | BordersInactive statesPlaceholder text |
| 400 | B74F #B74FFC | Disabled statesSecondary iconsMuted text |
| 500 | A31D #A31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8603 #8603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B03 #6B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C02 #4C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3101 #310150 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DCFE;
--orchid-200: #E4BEFE;
--orchid-300: #D08BFD;
--orchid-400: #B74FFC;
--orchid-500: #A31DFC;
--orchid-600: #8603DD;
--orchid-700: #6B03B0;
--orchid-800: #4C027E;
--orchid-900: #310150;
--orchid-950: #1E0132;
}