Orchid
#9D25F4
PurpleColor Codes
All color formats for development
HEX
#9D25F4RGB
rgb(157, 37, 244)HSL
hsl(275, 90%, 55%)OKLCH
oklch(0.568 0.274 304.4)CMYK
cmyk(36%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#910DF0
2#810BD5
3#710ABB
4#6108A0
5#510785
6#41066B
7#300450
8#200335
9#10011B
Tints
Lighter variations
1#A73BF5
2#B151F6
3#BB66F7
4#C47CF8
5#CE92F9
6#D8A8FA
7#E2BEFC
8#EBD3FD
9#F5E9FE
Tones
Muted variations
1#9C2FE9
2#9A3ADF
3#9844D5
4#974ECA
5#9559C0
6#9363B6
7#916DAB
8#9078A1
9#8E8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD90 #CD90F9 | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9D25 #9D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810B #810BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6709 #6709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #490679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #F0DDFD;
--orchid-200: #E3C0FC;
--orchid-300: #CD90F9;
--orchid-400: #B355F6;
--orchid-500: #9D25F4;
--orchid-600: #810BD5;
--orchid-700: #6709AA;
--orchid-800: #490679;
--orchid-900: #2F044E;
--orchid-950: #1D0330;
}