Orchid
#B22DEB
PurpleColor Codes
All color formats for development
HEX
#B22DEBRGB
rgb(178, 45, 235)HSL
hsl(282, 83%, 55%)OKLCH
oklch(0.593 0.266 312.6)CMYK
cmyk(24%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A815E7
2#9513CD
3#8311B4
4#700E9A
5#5D0C80
6#4B0A67
7#38074D
8#250533
9#13021A
Tints
Lighter variations
1#BA42ED
2#C257EF
3#C96CF1
4#D181F3
5#D996F5
6#E0ABF7
7#E8C0F9
8#F0D5FB
9#F7EAFD
Tones
Muted variations
1#AF37E2
2#AB40D8
3#A74ACF
4#A353C5
5#9F5DBC
6#9B66B2
7#9870A9
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 | F3DE #F3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C2 #E9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D894 #D894F5 | BordersInactive statesPlaceholder text |
| 400 | C35C #C35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B22D #B22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9513 #9513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 770F #770FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550B #550B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3607 #36074B | Primary textHigh emphasis contentDark headings |
| 950 | 2204 #22042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFC;
--orchid-200: #E9C2F9;
--orchid-300: #D894F5;
--orchid-400: #C35CF0;
--orchid-500: #B22DEB;
--orchid-600: #9513CD;
--orchid-700: #770FA3;
--orchid-800: #550B75;
--orchid-900: #36074B;
--orchid-950: #22042F;
}