Orchid
#BA62EA
PurpleColor Codes
All color formats for development
HEX
#BA62EARGB
rgb(186, 98, 234)HSL
hsl(279, 76%, 65%)OKLCH
oklch(0.655 0.206 311.9)CMYK
cmyk(21%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD45E6
2#A128E2
3#8E1CCC
4#7A18AF
5#661492
6#511075
7#3D0C58
8#29083A
9#14041D
Tints
Lighter variations
1#C172EC
2#C881EE
3#CF91F0
4#D6A1F2
5#DDB0F4
6#E3C0F6
7#EAD0F9
8#F1E0FB
9#F8EFFD
Tones
Muted variations
1#B869E3
2#B66FDC
3#B476D5
4#B27DCE
5#B084C8
6#AE8BC1
7#AC91BA
8#AA98B3
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C5 #E5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D298 #D298F1 | BordersInactive statesPlaceholder text |
| 400 | BA62 #BA62EA | Disabled statesSecondary iconsMuted text |
| 500 | A635 #A635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A1B #8A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E15 #6E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0F #4E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 320A #320A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F1E0FB;
--orchid-200: #E5C5F7;
--orchid-300: #D298F1;
--orchid-400: #BA62EA;
--orchid-500: #A635E3;
--orchid-600: #8A1BC5;
--orchid-700: #6E159D;
--orchid-800: #4E0F70;
--orchid-900: #320A48;
--orchid-950: #1F062D;
}