Orchid
#F15BD5
PinkColor Codes
All color formats for development
HEX
#F15BD5RGB
rgb(241, 91, 213)HSL
hsl(311, 84%, 65%)OKLCH
oklch(0.706 0.226 335.8)CMYK
cmyk(0%, 62%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CCD
2#EB1EC6
3#D513B2
4#B71098
5#980D7F
6#7A0B66
7#5B084C
8#3D0533
9#1E0319
Tints
Lighter variations
1#F26BD9
2#F47CDE
3#F58CE2
4#F69CE6
5#F8ADEA
6#F9BDEE
7#FBCEF2
8#FCDEF7
9#FEEFFB
Tones
Muted variations
1#E962D0
2#E26ACC
3#DA71C7
4#D379C2
5#CB80BD
6#C488B9
7#BC8FB4
8#B597AF
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E4 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BD5 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073F | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF7;
--orchid-200: #FAC2EF;
--orchid-300: #F693E4;
--orchid-400: #F15BD5;
--orchid-500: #ED2CC9;
--orchid-600: #CE12AC;
--orchid-700: #A40E89;
--orchid-800: #750A62;
--orchid-900: #4B073F;
--orchid-950: #2F0427;
}