Orchid
#E155F6
PinkColor Codes
All color formats for development
HEX
#E155F6RGB
rgb(225, 85, 246)HSL
hsl(292, 90%, 65%)OKLCH
oklch(0.695 0.251 322.2)CMYK
cmyk(9%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB36F4
2#D516F3
3#C10CDC
4#A50ABD
5#8A089D
6#6E077E
7#53055E
8#37033F
9#1C021F
Tints
Lighter variations
1#E466F7
2#E777F8
3#EA88F9
4#ED99FA
5#F0AAFB
6#F3BBFB
7#F6CCFC
8#F9DDFD
9#FCEEFE
Tones
Muted variations
1#DB5DEE
2#D565E6
3#CF6EDE
4#C976D6
5#C37ECE
6#BD86C6
7#B78EBE
8#B296B6
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB90 #EB90F9 | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F6 | Disabled statesSecondary iconsMuted text |
| 500 | D825 #D825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA0B #BA0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9409 #9409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F9DDFD;
--orchid-200: #F4C0FC;
--orchid-300: #EB90F9;
--orchid-400: #E155F6;
--orchid-500: #D825F4;
--orchid-600: #BA0BD5;
--orchid-700: #9409AA;
--orchid-800: #6A0679;
--orchid-900: #44044E;
--orchid-950: #2A0330;
}