Orchid
#C252FA
PurpleColor Codes
All color formats for development
HEX
#C252FARGB
rgb(194, 82, 250)HSL
hsl(280, 94%, 65%)OKLCH
oklch(0.656 0.246 312.1)CMYK
cmyk(22%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B632F9
2#AB12F8
3#9807E1
4#8306C1
5#6D05A1
6#570481
7#410360
8#2C0240
9#160120
Tints
Lighter variations
1#C863FA
2#CE74FB
3#D486FB
4#DA97FC
5#E0A8FC
6#E6BAFD
7#EDCBFD
8#F3DCFE
9#F9EEFE
Tones
Muted variations
1#BF5AF1
2#BC63E9
3#B96BE0
4#B773D8
5#B47CD0
6#B184C7
7#AE8DBF
8#AB95B7
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFB | BordersInactive statesPlaceholder text |
| 400 | C252 #C252FA | Disabled statesSecondary iconsMuted text |
| 500 | B020 #B020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9307 #9307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7505 #7505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #36024F | 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: #FAF0FF;
--orchid-100: #F3DCFE;
--orchid-200: #E8BFFD;
--orchid-300: #D78DFB;
--orchid-400: #C252FA;
--orchid-500: #B020F8;
--orchid-600: #9307DA;
--orchid-700: #7505AD;
--orchid-800: #54047C;
--orchid-900: #36024F;
--orchid-950: #210231;
}