Orchid
#C753F9
PurpleColor Codes
All color formats for development
HEX
#C753F9RGB
rgb(199, 83, 249)HSL
hsl(282, 93%, 65%)OKLCH
oklch(0.662 0.246 313.9)CMYK
cmyk(20%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD33F8
2#B213F6
3#9F08E0
4#8807C0
5#7206A0
6#5B0580
7#440360
8#2D0240
9#170120
Tints
Lighter variations
1#CD64F9
2#D275FA
3#D886FB
4#DD98FB
5#E3A9FC
6#E9BAFD
7#EECBFD
8#F4DDFE
9#F9EEFE
Tones
Muted variations
1#C45BF0
2#C063E8
3#BD6CE0
4#BA74D8
5#B67CCF
6#B385C7
7#B08DBF
8#AC95B6
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8E #DA8EFB | BordersInactive statesPlaceholder text |
| 400 | C753 #C753F9 | Disabled statesSecondary iconsMuted text |
| 500 | B722 #B722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A08 #9A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A06 #7A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5704 #57047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3803 #38034F | Primary textHigh emphasis contentDark headings |
| 950 | 2302 #230231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F4DDFE;
--orchid-200: #EABFFD;
--orchid-300: #DA8EFB;
--orchid-400: #C753F9;
--orchid-500: #B722F7;
--orchid-600: #9A08D9;
--orchid-700: #7A06AC;
--orchid-800: #57047B;
--orchid-900: #38034F;
--orchid-950: #230231;
}