Orchid
#B62CED
PurpleColor Codes
All color formats for development
HEX
#B62CEDRGB
rgb(182, 44, 237)HSL
hsl(283, 84%, 55%)OKLCH
oklch(0.599 0.269 313.4)CMYK
cmyk(23%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC14E8
2#9912CE
3#8610B5
4#730D9B
5#600B81
6#4D0967
7#39074D
8#260434
9#13021A
Tints
Lighter variations
1#BD41EE
2#C556F0
3#CC6BF2
4#D380F4
5#DB95F6
6#E2ABF8
7#E9C0F9
8#F0D5FB
9#F8EAFD
Tones
Muted variations
1#B235E3
2#AE3FD9
3#A949D0
4#A552C6
5#A15CBC
6#9D66B3
7#996FA9
8#9579A0
9#908396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC2 #EAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DA93 #DA93F6 | BordersInactive statesPlaceholder text |
| 400 | C65B #C65BF1 | Disabled statesSecondary iconsMuted text |
| 500 | B62C #B62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9912 #9912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A0E #7A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570A #570A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3807 #38074B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DEFC;
--orchid-200: #EAC2FA;
--orchid-300: #DA93F6;
--orchid-400: #C65BF1;
--orchid-500: #B62CED;
--orchid-600: #9912CE;
--orchid-700: #7A0EA4;
--orchid-800: #570A75;
--orchid-900: #38074B;
--orchid-950: #23042F;
}