Orchid
#B95EED
PurpleColor Codes
All color formats for development
HEX
#B95EEDRGB
rgb(185, 94, 237)HSL
hsl(278, 80%, 65%)OKLCH
oklch(0.651 0.215 311.2)CMYK
cmyk(22%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC41EA
2#9F23E7
3#8D17D1
4#7914B3
5#651195
6#500D77
7#3C0A5A
8#28073C
9#14031E
Tints
Lighter variations
1#C06EEF
2#C77EF1
3#CE8FF3
4#D59FF4
5#DCAFF6
6#E3BFF8
7#EACFFA
8#F1DFFB
9#F8EFFD
Tones
Muted variations
1#B765E6
2#B56DDF
3#B374D8
4#B17BD1
5#AF82C9
6#AD89C2
7#AB90BB
8#AA97B4
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 | E5C3 #E5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D195 #D195F3 | BordersInactive statesPlaceholder text |
| 400 | B95E #B95EED | Disabled statesSecondary iconsMuted text |
| 500 | A530 #A530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8816 #8816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C12 #6C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3208 #320849 | 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: #E5C3F8;
--orchid-300: #D195F3;
--orchid-400: #B95EED;
--orchid-500: #A530E8;
--orchid-600: #8816CA;
--orchid-700: #6C12A1;
--orchid-800: #4D0D73;
--orchid-900: #320849;
--orchid-950: #1F052E;
}