Orchid
#BA4FFC
PurpleColor Codes
All color formats for development
HEX
#BA4FFCRGB
rgb(186, 79, 252)HSL
hsl(277, 97%, 65%)OKLCH
oklch(0.644 0.249 309.4)CMYK
cmyk(26%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD2FFC
2#A00EFB
3#8E03E5
4#7A03C4
5#6602A3
6#510283
7#3D0162
8#290141
9#140021
Tints
Lighter variations
1#C161FD
2#C872FD
3#CF84FD
4#D696FD
5#DCA7FE
6#E3B9FE
7#EACAFE
8#F1DCFE
9#F8EDFF
Tones
Muted variations
1#B858F4
2#B660EB
3#B469E2
4#B272DA
5#B07AD1
6#AE83C8
7#AC8CC0
8#AA94B7
9#A89DAE
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 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFD | BordersInactive statesPlaceholder text |
| 400 | BA4F #BA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | A61D #A61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A03 #8A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D03 #6D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E02 #4E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320150 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DCFE;
--orchid-200: #E5BEFE;
--orchid-300: #D28BFD;
--orchid-400: #BA4FFC;
--orchid-500: #A61DFC;
--orchid-600: #8A03DD;
--orchid-700: #6D03B0;
--orchid-800: #4E027E;
--orchid-900: #320150;
--orchid-950: #1F0132;
}