Orchid
#F15BE2
PinkColor Codes
All color formats for development
HEX
#F15BE2RGB
rgb(241, 91, 226)HSL
hsl(306, 84%, 65%)OKLCH
oklch(0.712 0.236 331.9)CMYK
cmyk(0%, 62%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CDC
2#EB1ED7
3#D513C2
4#B710A6
5#980D8B
6#7A0B6F
7#5B0853
8#3D0537
9#1E031C
Tints
Lighter variations
1#F26BE5
2#F47CE8
3#F58CEB
4#F69CED
5#F8ADF0
6#F9BDF3
7#FBCEF6
8#FCDEF9
9#FEEFFC
Tones
Muted variations
1#E962DC
2#E26AD6
3#DA71D0
4#D379CA
5#CB80C4
6#C488BE
7#BC8FB8
8#B597B2
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EC | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE2 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0744 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF9;
--orchid-200: #FAC2F4;
--orchid-300: #F693EC;
--orchid-400: #F15BE2;
--orchid-500: #ED2CD9;
--orchid-600: #CE12BC;
--orchid-700: #A40E95;
--orchid-800: #750A6B;
--orchid-900: #4B0744;
--orchid-950: #2F042B;
}