Orchid
#B14FFC
PurpleColor Codes
All color formats for development
HEX
#B14FFCRGB
rgb(177, 79, 252)HSL
hsl(274, 97%, 65%)OKLCH
oklch(0.634 0.247 306.5)CMYK
cmyk(30%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A32FFC
2#940EFB
3#8303E5
4#7003C4
5#5E02A3
6#4B0283
7#380162
8#250141
9#130021
Tints
Lighter variations
1#B961FD
2#C172FD
3#C984FD
4#D096FD
5#D8A7FE
6#E0B9FE
7#E8CAFE
8#EFDCFE
9#F7EDFF
Tones
Muted variations
1#B058F4
2#AF60EB
3#AE69E2
4#AD72DA
5#AC7AD1
6#AA83C8
7#A98CC0
8#A894B7
9#A79DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BE #E2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8B #CC8BFD | BordersInactive statesPlaceholder text |
| 400 | B14F #B14FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9B1D #9B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F03 #7F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6503 #6503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4802 #48027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E01 #2E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EFDCFE;
--orchid-200: #E2BEFE;
--orchid-300: #CC8BFD;
--orchid-400: #B14FFC;
--orchid-500: #9B1DFC;
--orchid-600: #7F03DD;
--orchid-700: #6503B0;
--orchid-800: #48027E;
--orchid-900: #2E0150;
--orchid-950: #1D0132;
}