Orchid
#CB55F6
PurpleColor Codes
All color formats for development
HEX
#CB55F6RGB
rgb(203, 85, 246)HSL
hsl(284, 90%, 65%)OKLCH
oklch(0.667 0.242 315.7)CMYK
cmyk(17%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C236F4
2#B816F3
3#A50CDC
4#8D0ABD
5#76089D
6#5E077E
7#47055E
8#2F033F
9#18021F
Tints
Lighter variations
1#D066F7
2#D677F8
3#DB88F9
4#E099FA
5#E5AAFB
6#EABBFB
7#EFCCFC
8#F5DDFD
9#FAEEFE
Tones
Muted variations
1#C75DEE
2#C465E6
3#C06EDE
4#BC76D6
5#B87ECE
6#B586C6
7#B18EBE
8#AD96B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC0 #ECC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DD90 #DD90F9 | BordersInactive statesPlaceholder text |
| 400 | CB55 #CB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | BC25 #BC25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F0B #9F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F09 #7F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B06 #5B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A04 #3A044E | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F5DDFD;
--orchid-200: #ECC0FC;
--orchid-300: #DD90F9;
--orchid-400: #CB55F6;
--orchid-500: #BC25F4;
--orchid-600: #9F0BD5;
--orchid-700: #7F09AA;
--orchid-800: #5B0679;
--orchid-900: #3A044E;
--orchid-950: #240330;
}