Orchid
#B430E8
PurpleColor Codes
All color formats for development
HEX
#B430E8RGB
rgb(180, 48, 232)HSL
hsl(283, 80%, 55%)OKLCH
oklch(0.595 0.261 313.8)CMYK
cmyk(22%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA19E3
2#9716CA
3#8414B1
4#711197
5#5E0E7E
6#4C0B65
7#39084C
8#260632
9#130319
Tints
Lighter variations
1#BC45EA
2#C35AED
3#CB6EEF
4#D283F1
5#DA98F4
6#E1ACF6
7#E9C1F8
8#F0D6FA
9#F8EAFD
Tones
Muted variations
1#B03ADF
2#AC43D6
3#A84CCD
4#A455C3
5#A05EBA
6#9C68B1
7#9871A8
8#947A9F
9#908395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C3 #E9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D995 #D995F3 | BordersInactive statesPlaceholder text |
| 400 | C55E #C55EED | Disabled statesSecondary iconsMuted text |
| 500 | B430 #B430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9716 #9716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7812 #7812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3708 #370849 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F3DFFB;
--orchid-200: #E9C3F8;
--orchid-300: #D995F3;
--orchid-400: #C55EED;
--orchid-500: #B430E8;
--orchid-600: #9716CA;
--orchid-700: #7812A1;
--orchid-800: #560D73;
--orchid-900: #370849;
--orchid-950: #22052E;
}