Orchid
#C154F8
PurpleColor Codes
All color formats for development
HEX
#C154F8RGB
rgb(193, 84, 248)HSL
hsl(280, 92%, 65%)OKLCH
oklch(0.655 0.242 312.1)CMYK
cmyk(22%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B634F7
2#AA14F5
3#9809DF
4#8208BF
5#6C079F
6#57057F
7#41045F
8#2B0340
9#160120
Tints
Lighter variations
1#C765F9
2#CD76F9
3#D487FA
4#DA98FB
5#E0A9FB
6#E6BAFC
7#ECCCFD
8#F3DDFE
9#F9EEFE
Tones
Muted variations
1#BE5CF0
2#BC64E7
3#B96CDF
4#B674D7
5#B37DCF
6#B185C7
7#AE8DBE
8#AB95B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D68E #D68EFA | BordersInactive statesPlaceholder text |
| 400 | C154 #C154F8 | Disabled statesSecondary iconsMuted text |
| 500 | AF23 #AF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9309 #9309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7507 #7507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5305 #53057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034E | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F3DDFE;
--orchid-200: #E8BFFC;
--orchid-300: #D68EFA;
--orchid-400: #C154F8;
--orchid-500: #AF23F6;
--orchid-600: #9309D7;
--orchid-700: #7507AB;
--orchid-800: #53057A;
--orchid-900: #35034E;
--orchid-950: #210231;
}