Orchid
#B65EED
PurpleColor Codes
All color formats for development
HEX
#B65EEDRGB
rgb(182, 94, 237)HSL
hsl(277, 80%, 65%)OKLCH
oklch(0.647 0.214 310.1)CMYK
cmyk(23%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A941EA
2#9B23E7
3#8A17D1
4#7614B3
5#621195
6#4F0D77
7#3B0A5A
8#27073C
9#14031E
Tints
Lighter variations
1#BE6EEF
2#C57EF1
3#CC8FF3
4#D39FF4
5#DBAFF6
6#E2BFF8
7#E9CFFA
8#F0DFFB
9#F8EFFD
Tones
Muted variations
1#B565E6
2#B36DDF
3#B174D8
4#B07BD1
5#AE82C9
6#AC89C2
7#AB90BB
8#A997B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C3 #E4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF95 #CF95F3 | BordersInactive statesPlaceholder text |
| 400 | B65E #B65EED | Disabled statesSecondary iconsMuted text |
| 500 | A230 #A230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8516 #8516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A12 #6A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3008 #300849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E4C3F8;
--orchid-300: #CF95F3;
--orchid-400: #B65EED;
--orchid-500: #A230E8;
--orchid-600: #8516CA;
--orchid-700: #6A12A1;
--orchid-800: #4C0D73;
--orchid-900: #300849;
--orchid-950: #1E052E;
}