Orchid
#C635E3
PinkColor Codes
All color formats for development
HEX
#C635E3RGB
rgb(198, 53, 227)HSL
hsl(290, 76%, 55%)OKLCH
oklch(0.62 0.259 320.2)CMYK
cmyk(13%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE1EDE
2#A91BC5
3#9418AD
4#7F1494
5#6A117B
6#550D63
7#3F0A4A
8#2A0731
9#150319
Tints
Lighter variations
1#CC49E6
2#D25DE9
3#D772EC
4#DD86EE
5#E39AF1
6#E8AEF4
7#EEC2F7
8#F4D7F9
9#F9EBFC
Tones
Muted variations
1#C13EDB
2#BB46D2
3#B54FC9
4#AF58C1
5#A961B8
6#A469AF
7#9E72A6
8#987B9E
9#928495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F1 | BordersInactive statesPlaceholder text |
| 400 | D362 #D362EA | Disabled statesSecondary iconsMuted text |
| 500 | C635 #C635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A91B #A91BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8615 #86159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600F #600F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F6E0FB;
--orchid-200: #EFC5F7;
--orchid-300: #E298F1;
--orchid-400: #D362EA;
--orchid-500: #C635E3;
--orchid-600: #A91BC5;
--orchid-700: #86159D;
--orchid-800: #600F70;
--orchid-900: #3D0A48;
--orchid-950: #26062D;
}