Orchid
#925CF0
PurpleColor Codes
All color formats for development
HEX
#925CF0RGB
rgb(146, 92, 240)HSL
hsl(262, 83%, 65%)OKLCH
oklch(0.608 0.212 296.3)CMYK
cmyk(39%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E3DED
2#6A1FEA
3#5A14D4
4#4D11B6
5#410E98
6#340B79
7#27085B
8#1A063D
9#0D031E
Tints
Lighter variations
1#9D6CF1
2#A87CF3
3#B38DF4
4#BE9DF6
5#C8ADF7
6#D3BEF9
7#DECEFA
8#E9DEFC
9#F4EFFD
Tones
Muted variations
1#9463E8
2#966AE1
3#9872DA
4#9A79D2
5#9C81CB
6#9E88C3
7#A090BC
8#A297B5
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #E9DEFC;
--orchid-200: #D7C2F9;
--orchid-300: #B794F5;
--orchid-400: #925CF0;
--orchid-500: #732DEB;
--orchid-600: #5713CD;
--orchid-700: #450FA3;
--orchid-800: #320B75;
--orchid-900: #20074B;
--orchid-950: #14042F;
}