Orchid
#F15BE4
PinkColor Codes
All color formats for development
HEX
#F15BE4RGB
rgb(241, 91, 228)HSL
hsl(305, 84%, 65%)OKLCH
oklch(0.713 0.237 331.3)CMYK
cmyk(0%, 62%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CDF
2#EB1EDA
3#D513C5
4#B710A9
5#980D8D
6#7A0B71
7#5B0855
8#3D0538
9#1E031C
Tints
Lighter variations
1#F26BE7
2#F47CEA
3#F58CEC
4#F69CEF
5#F8ADF2
6#F9BDF4
7#FBCEF7
8#FCDEFA
9#FEEFFC
Tones
Muted variations
1#E962DE
2#E26AD8
3#DA71D1
4#D379CB
5#CB80C5
6#C488BF
7#BC8FB8
8#B597B2
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693ED | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE4 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0745 | 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: #FEF1FD;
--orchid-100: #FCDEFA;
--orchid-200: #FAC2F5;
--orchid-300: #F693ED;
--orchid-400: #F15BE4;
--orchid-500: #ED2CDD;
--orchid-600: #CE12BF;
--orchid-700: #A40E98;
--orchid-800: #750A6C;
--orchid-900: #4B0745;
--orchid-950: #2F042B;
}