Orchid
#C636E2
PinkColor Codes
All color formats for development
HEX
#C636E2RGB
rgb(198, 54, 226)HSL
hsl(290, 75%, 55%)OKLCH
oklch(0.62 0.257 320.4)CMYK
cmyk(12%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD20DD
2#A81CC4
3#9319AC
4#7E1593
5#69127B
6#540E62
7#3F0B4A
8#2A0731
9#150419
Tints
Lighter variations
1#CB4AE5
2#D15EE8
3#D772EB
4#DD87EE
5#E29BF1
6#E8AFF4
7#EEC3F6
8#F4D7F9
9#F9EBFC
Tones
Muted variations
1#C03FDA
2#BA47D1
3#B450C8
4#AF59C0
5#A961B7
6#A36AAF
7#9D72A6
8#987B9D
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 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F0 | BordersInactive statesPlaceholder text |
| 400 | D263 #D263E9 | Disabled statesSecondary iconsMuted text |
| 500 | C636 #C636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A81C #A81CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8616 #86169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6010 #601070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A47 | 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: #EEC5F7;
--orchid-300: #E298F0;
--orchid-400: #D263E9;
--orchid-500: #C636E2;
--orchid-600: #A81CC4;
--orchid-700: #86169C;
--orchid-800: #601070;
--orchid-900: #3D0A47;
--orchid-950: #26062D;
}