Orchid
#B95FEC
PurpleColor Codes
All color formats for development
HEX
#B95FECRGB
rgb(185, 95, 236)HSL
hsl(278, 79%, 65%)OKLCH
oklch(0.652 0.212 311.3)CMYK
cmyk(22%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB42E9
2#9E24E5
3#8C18D0
4#7815B2
5#641194
6#500E77
7#3C0A59
8#28073B
9#14031E
Tints
Lighter variations
1#C06FEE
2#C77FF0
3#CE8FF2
4#D59FF4
5#DCAFF6
6#E3BFF8
7#EACFF9
8#F1DFFB
9#F8EFFD
Tones
Muted variations
1#B766E5
2#B56DDE
3#B374D7
4#B17BD0
5#AF82C9
6#AD8AC2
7#AB91BB
8#AA98B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D196 #D196F3 | BordersInactive statesPlaceholder text |
| 400 | B95F #B95FEC | Disabled statesSecondary iconsMuted text |
| 500 | A432 #A432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8818 #8818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C13 #6C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E5C4F8;
--orchid-300: #D196F3;
--orchid-400: #B95FEC;
--orchid-500: #A432E7;
--orchid-600: #8818C9;
--orchid-700: #6C13A0;
--orchid-800: #4D0D72;
--orchid-900: #310949;
--orchid-950: #1F052E;
}