Orchid
#B22EEA
PurpleColor Codes
All color formats for development
HEX
#B22EEARGB
rgb(178, 46, 234)HSL
hsl(282, 82%, 55%)OKLCH
oklch(0.593 0.264 312.8)CMYK
cmyk(24%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A817E6
2#9514CC
3#8212B3
4#700F99
5#5D0D80
6#4B0A66
7#38084D
8#250533
9#13031A
Tints
Lighter variations
1#BA43EC
2#C158EE
3#C96DF1
4#D182F3
5#D897F5
6#E0ABF7
7#E8C0F9
8#F0D5FB
9#F7EAFD
Tones
Muted variations
1#AE38E1
2#AA41D8
3#A74ACE
4#A354C5
5#9F5DBB
6#9B67B2
7#9870A8
8#94799F
9#908396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C3 #E9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D894 #D894F4 | BordersInactive statesPlaceholder text |
| 400 | C35D #C35DEF | Disabled statesSecondary iconsMuted text |
| 500 | B22E #B22EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9514 #9514CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7710 #7710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550B #550B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3607 #36074A | 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: #FAF1FE;
--orchid-100: #F3DFFC;
--orchid-200: #E9C3F9;
--orchid-300: #D894F4;
--orchid-400: #C35DEF;
--orchid-500: #B22EEA;
--orchid-600: #9514CC;
--orchid-700: #7710A2;
--orchid-800: #550B74;
--orchid-900: #36074A;
--orchid-950: #22052E;
}