Orchid
#C135E3
PinkColor Codes
All color formats for development
HEX
#C135E3RGB
rgb(193, 53, 227)HSL
hsl(288, 76%, 55%)OKLCH
oklch(0.613 0.257 318.7)CMYK
cmyk(15%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B81EDE
2#A31BC5
3#8F18AD
4#7B1494
5#66117B
6#520D63
7#3D0A4A
8#290731
9#140319
Tints
Lighter variations
1#C749E6
2#CD5DE9
3#D372EC
4#DA86EE
5#E09AF1
6#E6AEF4
7#ECC2F7
8#F3D7F9
9#F9EBFC
Tones
Muted variations
1#BB3EDB
2#B646D2
3#B14FC9
4#AC58C1
5#A661B8
6#A169AF
7#9C72A6
8#977B9E
9#918495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC5 #EDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF98 #DF98F1 | BordersInactive statesPlaceholder text |
| 400 | CE62 #CE62EA | Disabled statesSecondary iconsMuted text |
| 500 | C135 #C135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A31B #A31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8215 #82159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0F #5D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0A #3B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F5E0FB;
--orchid-200: #EDC5F7;
--orchid-300: #DF98F1;
--orchid-400: #CE62EA;
--orchid-500: #C135E3;
--orchid-600: #A31BC5;
--orchid-700: #82159D;
--orchid-800: #5D0F70;
--orchid-900: #3B0A48;
--orchid-950: #25062D;
}