Orchid
#C335E3
PinkColor Codes
All color formats for development
HEX
#C335E3RGB
rgb(195, 53, 227)HSL
hsl(289, 76%, 55%)OKLCH
oklch(0.616 0.258 319.3)CMYK
cmyk(14%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB1EDE
2#A61BC5
3#9118AD
4#7D1494
5#68117B
6#530D63
7#3E0A4A
8#2A0731
9#150319
Tints
Lighter variations
1#C949E6
2#CF5DE9
3#D572EC
4#DB86EE
5#E19AF1
6#E7AEF4
7#EDC2F7
8#F3D7F9
9#F9EBFC
Tones
Muted variations
1#BE3EDB
2#B846D2
3#B34FC9
4#AD58C1
5#A861B8
6#A269AF
7#9D72A6
8#977B9E
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 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | 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: #E198F1;
--orchid-400: #D162EA;
--orchid-500: #C335E3;
--orchid-600: #A61BC5;
--orchid-700: #84159D;
--orchid-800: #5E0F70;
--orchid-900: #3C0A48;
--orchid-950: #26062D;
}