Orchid
#B955F7
PurpleColor Codes
All color formats for development
HEX
#B955F7RGB
rgb(185, 85, 247)HSL
hsl(277, 91%, 65%)OKLCH
oklch(0.646 0.237 309.7)CMYK
cmyk(25%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC35F5
2#9F15F4
3#8D0ADE
4#7909BE
5#64079E
6#50067F
7#3C045F
8#28033F
9#140120
Tints
Lighter variations
1#C066F8
2#C777F9
3#CE88F9
4#D599FA
5#DCAAFB
6#E3BBFC
7#EACCFD
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B75DEF
2#B565E7
3#B36DDF
4#B175D6
5#AF7DCE
6#AD85C6
7#AB8DBE
8#AA96B6
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 | D18F #D18FFA | BordersInactive statesPlaceholder text |
| 400 | B955 #B955F7 | Disabled statesSecondary iconsMuted text |
| 500 | A524 #A524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880A #880AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C08 #6C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D06 #4D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044E | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | 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: #D18FFA;
--orchid-400: #B955F7;
--orchid-500: #A524F5;
--orchid-600: #880AD6;
--orchid-700: #6C08AA;
--orchid-800: #4D067A;
--orchid-900: #31044E;
--orchid-950: #1F0231;
}