Orchid
#C153F9
PurpleColor Codes
All color formats for development
HEX
#C153F9RGB
rgb(193, 83, 249)HSL
hsl(280, 93%, 65%)OKLCH
oklch(0.655 0.244 312)CMYK
cmyk(22%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B633F8
2#AB13F6
3#9808E0
4#8207C0
5#6D06A0
6#570580
7#410360
8#2B0240
9#160120
Tints
Lighter variations
1#C864F9
2#CE75FA
3#D486FB
4#DA98FB
5#E0A9FC
6#E6BAFD
7#EDCBFD
8#F3DDFE
9#F9EEFE
Tones
Muted variations
1#BF5BF0
2#BC63E8
3#B96CE0
4#B674D8
5#B47CCF
6#B185C7
7#AE8DBF
8#AB95B6
9#A99DAE
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 #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78E #D78EFB | BordersInactive statesPlaceholder text |
| 400 | C153 #C153F9 | Disabled statesSecondary iconsMuted text |
| 500 | B022 #B022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9308 #9308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7506 #7506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034F | 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: #E8BFFD;
--orchid-300: #D78EFB;
--orchid-400: #C153F9;
--orchid-500: #B022F7;
--orchid-600: #9308D9;
--orchid-700: #7506AC;
--orchid-800: #54047B;
--orchid-900: #35034F;
--orchid-950: #210231;
}