Orchid
#CA52FA
PurpleColor Codes
All color formats for development
HEX
#CA52FARGB
rgb(202, 82, 250)HSL
hsl(283, 94%, 65%)OKLCH
oklch(0.665 0.249 314.6)CMYK
cmyk(19%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C032F9
2#B612F8
3#A307E1
4#8C06C1
5#7505A1
6#5D0481
7#460360
8#2F0240
9#170120
Tints
Lighter variations
1#CF63FA
2#D574FB
3#DA86FB
4#DF97FC
5#E5A8FC
6#EABAFD
7#EFCBFD
8#F4DCFE
9#FAEEFE
Tones
Muted variations
1#C65AF1
2#C363E9
3#BF6BE0
4#BC73D8
5#B87CD0
6#B484C7
7#B18DBF
8#AD95B7
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFB | BordersInactive statesPlaceholder text |
| 400 | CA52 #CA52FA | Disabled statesSecondary iconsMuted text |
| 500 | BB20 #BB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E07 #9E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E05 #7E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A04 #5A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3902 #39024F | 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: #FAF0FF;
--orchid-100: #F4DCFE;
--orchid-200: #EBBFFD;
--orchid-300: #DC8DFB;
--orchid-400: #CA52FA;
--orchid-500: #BB20F8;
--orchid-600: #9E07DA;
--orchid-700: #7E05AD;
--orchid-800: #5A047C;
--orchid-900: #39024F;
--orchid-950: #240231;
}