Orchid
#B557F4
PurpleColor Codes
All color formats for development
HEX
#B557F4RGB
rgb(181, 87, 244)HSL
hsl(276, 88%, 65%)OKLCH
oklch(0.642 0.23 308.8)CMYK
cmyk(26%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A838F2
2#9A19F0
3#880EDA
4#750CBB
5#610A9C
6#4E087D
7#3A065D
8#27043E
9#13021F
Tints
Lighter variations
1#BD68F5
2#C479F6
3#CC8AF8
4#D39AF9
5#DAABFA
6#E2BCFB
7#E9CDFC
8#F0DDFD
9#F8EEFE
Tones
Muted variations
1#B45FEC
2#B267E5
3#B16FDD
4#AF77D5
5#AE7ECD
6#AC86C5
7#AA8EBD
8#A996B5
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DDFD;
--orchid-200: #E4C1FB;
--orchid-300: #CF91F8;
--orchid-400: #B557F4;
--orchid-500: #A027F1;
--orchid-600: #840DD3;
--orchid-700: #690BA8;
--orchid-800: #4B0878;
--orchid-900: #30054D;
--orchid-950: #1E0330;
}