Orchid
#B057F4
PurpleColor Codes
All color formats for development
HEX
#B057F4RGB
rgb(176, 87, 244)HSL
hsl(274, 88%, 65%)OKLCH
oklch(0.636 0.229 307.1)CMYK
cmyk(28%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A238F2
2#9319F0
3#820EDA
4#6F0CBB
5#5D0A9C
6#4A087D
7#38065D
8#25043E
9#13021F
Tints
Lighter variations
1#B868F5
2#C079F6
3#C88AF8
4#D09AF9
5#D8ABFA
6#DFBCFB
7#E7CDFC
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AF5FEC
2#AE67E5
3#AD6FDD
4#AC77D5
5#AB7ECD
6#AA86C5
7#A98EBD
8#A896B5
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDDFD;
--orchid-200: #E2C1FB;
--orchid-300: #CB91F8;
--orchid-400: #B057F4;
--orchid-500: #9A27F1;
--orchid-600: #7D0DD3;
--orchid-700: #640BA8;
--orchid-800: #470878;
--orchid-900: #2E054D;
--orchid-950: #1C0330;
}