Orchid
#B056F5
PurpleColor Codes
All color formats for development
HEX
#B056F5RGB
rgb(176, 86, 245)HSL
hsl(274, 89%, 65%)OKLCH
oklch(0.636 0.231 307)CMYK
cmyk(28%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A237F3
2#9318F2
3#820DDB
4#6F0BBC
5#5D099D
6#4A077D
7#38055E
8#25043F
9#13021F
Tints
Lighter variations
1#B867F6
2#C078F7
3#C889F8
4#D09AF9
5#D8ABFA
6#E0BCFB
7#E7CCFC
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AF5EED
2#AE66E5
3#AD6EDD
4#AC76D5
5#AB7ECD
6#AA86C6
7#A98EBE
8#A896B6
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 | E2C0 #E2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B056 #B056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9A26 #9A26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0C #7E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640A #640AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4707 #470778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDDFD;
--orchid-200: #E2C0FB;
--orchid-300: #CB90F9;
--orchid-400: #B056F5;
--orchid-500: #9A26F2;
--orchid-600: #7E0CD4;
--orchid-700: #640AA9;
--orchid-800: #470778;
--orchid-900: #2E044D;
--orchid-950: #1D0330;
}