Orchid
#BA5CF0
PurpleColor Codes
All color formats for development
HEX
#BA5CF0RGB
rgb(186, 92, 240)HSL
hsl(278, 83%, 65%)OKLCH
oklch(0.651 0.221 311)CMYK
cmyk(23%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD3DED
2#A01FEA
3#8E14D4
4#7911B6
5#650E98
6#510B79
7#3D085B
8#28063D
9#14031E
Tints
Lighter variations
1#C06CF1
2#C77CF3
3#CE8DF4
4#D59DF6
5#DCADF7
6#E3BEF9
7#EACEFA
8#F1DEFC
9#F8EFFD
Tones
Muted variations
1#B863E8
2#B66AE1
3#B472DA
4#B279D2
5#B081CB
6#AE88C3
7#AC90BC
8#AA97B5
9#A89EAD
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 | E5C2 #E5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D194 #D194F5 | BordersInactive statesPlaceholder text |
| 400 | BA5C #BA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A62D #A62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8913 #8913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0F #6D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0B #4E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E5C2F9;
--orchid-300: #D194F5;
--orchid-400: #BA5CF0;
--orchid-500: #A62DEB;
--orchid-600: #8913CD;
--orchid-700: #6D0FA3;
--orchid-800: #4E0B75;
--orchid-900: #32074B;
--orchid-950: #1F042F;
}