Orchid
#B855F6
PurpleColor Codes
All color formats for development
HEX
#B855F6RGB
rgb(184, 85, 246)HSL
hsl(277, 90%, 65%)OKLCH
oklch(0.644 0.236 309.6)CMYK
cmyk(25%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB36F4
2#9E16F3
3#8C0CDC
4#780ABD
5#64089D
6#50077E
7#3C055E
8#28033F
9#14021F
Tints
Lighter variations
1#C066F7
2#C777F8
3#CE88F9
4#D599FA
5#DCAAFB
6#E3BBFB
7#EACCFC
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B75DEE
2#B565E6
3#B36EDE
4#B176D6
5#AF7ECE
6#AD86C6
7#AB8EBE
8#A996B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C0 #E5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D190 #D190F9 | BordersInactive statesPlaceholder text |
| 400 | B855 #B855F6 | Disabled statesSecondary iconsMuted text |
| 500 | A425 #A425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880B #880BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C09 #6C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D06 #4D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044E | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F1DDFD;
--orchid-200: #E5C0FC;
--orchid-300: #D190F9;
--orchid-400: #B855F6;
--orchid-500: #A425F4;
--orchid-600: #880BD5;
--orchid-700: #6C09AA;
--orchid-800: #4D0679;
--orchid-900: #31044E;
--orchid-950: #1F0330;
}