Orchid
#EC5FEA
PinkColor Codes
All color formats for development
HEX
#EC5FEARGB
rgb(236, 95, 234)HSL
hsl(301, 79%, 65%)OKLCH
oklch(0.714 0.234 328.2)CMYK
cmyk(0%, 60%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942E6
2#E524E2
3#D018CD
4#B215AF
5#941192
6#770E75
7#590A58
8#3B073A
9#1E031D
Tints
Lighter variations
1#EE6FEC
2#F07FEE
3#F28FF0
4#F49FF2
5#F6AFF4
6#F8BFF7
7#F9CFF9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E566E3
2#DE6DDC
3#D774D5
4#D07BCF
5#C982C8
6#C28AC1
7#BB91BA
8#B498B3
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F1 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FEA | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0139D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490948 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F8C4F7;
--orchid-300: #F396F1;
--orchid-400: #EC5FEA;
--orchid-500: #E732E4;
--orchid-600: #C918C6;
--orchid-700: #A0139D;
--orchid-800: #720D70;
--orchid-900: #490948;
--orchid-950: #2E052D;
}