Orchid
#BE55F6
PurpleColor Codes
All color formats for development
HEX
#BE55F6RGB
rgb(190, 85, 246)HSL
hsl(279, 90%, 65%)OKLCH
oklch(0.652 0.237 311.5)CMYK
cmyk(23%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B236F4
2#A616F3
3#930CDC
4#7E0ABD
5#69089D
6#54077E
7#3F055E
8#2A033F
9#15021F
Tints
Lighter variations
1#C466F7
2#CB77F8
3#D188F9
4#D899FA
5#DEAAFB
6#E5BBFB
7#EBCCFC
8#F2DDFD
9#F8EEFE
Tones
Muted variations
1#BB5DEE
2#B965E6
3#B76EDE
4#B476D6
5#B27ECE
6#AF86C6
7#AD8EBE
8#AB96B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | AB25 #AB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0B #8E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7109 #7109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #510679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F2DDFD;
--orchid-200: #E7C0FC;
--orchid-300: #D490F9;
--orchid-400: #BE55F6;
--orchid-500: #AB25F4;
--orchid-600: #8E0BD5;
--orchid-700: #7109AA;
--orchid-800: #510679;
--orchid-900: #34044E;
--orchid-950: #200330;
}