Orchid
#CA53F9
PurpleColor Codes
All color formats for development
HEX
#CA53F9RGB
rgb(202, 83, 249)HSL
hsl(283, 93%, 65%)OKLCH
oklch(0.666 0.247 314.8)CMYK
cmyk(19%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C033F8
2#B613F6
3#A308E0
4#8C07C0
5#7406A0
6#5D0580
7#460360
8#2F0240
9#170120
Tints
Lighter variations
1#CF64F9
2#D475FA
3#DA86FB
4#DF98FB
5#E4A9FC
6#EABAFD
7#EFCBFD
8#F4DDFE
9#FAEEFE
Tones
Muted variations
1#C65BF0
2#C363E8
3#BF6CE0
4#BB74D8
5#B87CCF
6#B485C7
7#B18DBF
8#AD95B6
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 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFB | BordersInactive statesPlaceholder text |
| 400 | CA53 #CA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BA22 #BA22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D08 #9D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D06 #7D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5904 #59047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F4DDFE;
--orchid-200: #EBBFFD;
--orchid-300: #DC8EFB;
--orchid-400: #CA53F9;
--orchid-500: #BA22F7;
--orchid-600: #9D08D9;
--orchid-700: #7D06AC;
--orchid-800: #59047B;
--orchid-900: #39034F;
--orchid-950: #240231;
}