Orchid
#905CF0
PurpleColor Codes
All color formats for development
HEX
#905CF0RGB
rgb(144, 92, 240)HSL
hsl(261, 83%, 65%)OKLCH
oklch(0.606 0.212 295.6)CMYK
cmyk(40%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B3DED
2#661FEA
3#5714D4
4#4B11B6
5#3E0E98
6#320B79
7#25085B
8#19063D
9#0C031E
Tints
Lighter variations
1#9B6CF1
2#A67CF3
3#B18DF4
4#BC9DF6
5#C7ADF7
6#D2BEF9
7#DECEFA
8#E9DEFC
9#F4EFFD
Tones
Muted variations
1#9263E8
2#946AE1
3#9672DA
4#9879D2
5#9B81CB
6#9D88C3
7#9F90BC
8#A197B5
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B694 #B694F5 | BordersInactive statesPlaceholder text |
| 400 | 905C #905CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 702D #702DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5413 #5413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430F #430FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300B #300B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F5F1FE;
--orchid-100: #E9DEFC;
--orchid-200: #D6C2F9;
--orchid-300: #B694F5;
--orchid-400: #905CF0;
--orchid-500: #702DEB;
--orchid-600: #5413CD;
--orchid-700: #430FA3;
--orchid-800: #300B75;
--orchid-900: #1F074B;
--orchid-950: #13042F;
}