Orchid
#B428F0
PurpleColor Codes
All color formats for development
HEX
#B428F0RGB
rgb(180, 40, 240)HSL
hsl(282, 87%, 55%)OKLCH
oklch(0.596 0.274 312.3)CMYK
cmyk(25%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA10EC
2#970FD2
3#840DB8
4#710B9D
5#5F0983
6#4C0769
7#39054F
8#260434
9#13021A
Tints
Lighter variations
1#BC3EF2
2#C353F3
3#CB69F5
4#D27EF6
5#DA94F8
6#E1A9F9
7#E9BFFB
8#F0D4FC
9#F8EAFE
Tones
Muted variations
1#B032E6
2#AC3CDC
3#A846D2
4#A450C8
5#A05ABE
6#9C64B4
7#986EAA
8#9478A0
9#908296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F7 | BordersInactive statesPlaceholder text |
| 400 | C558 #C558F3 | Disabled statesSecondary iconsMuted text |
| 500 | B428 #B428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 970F #970FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780C #780CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054C | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFD;
--orchid-200: #E9C1FB;
--orchid-300: #D991F7;
--orchid-400: #C558F3;
--orchid-500: #B428F0;
--orchid-600: #970FD2;
--orchid-700: #780CA7;
--orchid-800: #560877;
--orchid-900: #37054C;
--orchid-950: #220330;
}