Orchid
#C665E7
PinkColor Codes
All color formats for development
HEX
#C665E7RGB
rgb(198, 101, 231)HSL
hsl(285, 73%, 65%)OKLCH
oklch(0.672 0.204 316.8)CMYK
cmyk(14%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC48E2
2#B12BDE
3#9E1FC9
4#881BAC
5#71168F
6#5A1273
7#440D56
8#2D0939
9#17041D
Tints
Lighter variations
1#CC74E9
2#D283EC
3#D793EE
4#DDA2F1
5#E3B2F3
6#E8C1F5
7#EED1F8
8#F4E0FA
9#F9F0FD
Tones
Muted variations
1#C36BE0
2#C072DA
3#BD78D3
4#B97FCD
5#B685C6
6#B38CC0
7#B092B9
8#AC99B3
9#A99FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC6 #EAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA9A #DA9AEF | BordersInactive statesPlaceholder text |
| 400 | C665 #C665E7 | Disabled statesSecondary iconsMuted text |
| 500 | B638 #B638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991E #991EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A18 #7A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5711 #57116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FA;
--orchid-200: #EAC6F6;
--orchid-300: #DA9AEF;
--orchid-400: #C665E7;
--orchid-500: #B638E0;
--orchid-600: #991EC2;
--orchid-700: #7A189A;
--orchid-800: #57116E;
--orchid-900: #380B47;
--orchid-950: #23072C;
}