Orchid
#F15BE9
PinkColor Codes
All color formats for development
HEX
#F15BE9RGB
rgb(241, 91, 233)HSL
hsl(303, 84%, 65%)OKLCH
oklch(0.716 0.241 329.9)CMYK
cmyk(0%, 62%, 3%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CE5
2#EB1EE1
3#D513CC
4#B710AF
5#980D92
6#7A0B74
7#5B0857
8#3D053A
9#1E031D
Tints
Lighter variations
1#F26BEB
2#F47CEE
3#F58CF0
4#F69CF2
5#F8ADF4
6#F9BDF6
7#FBCEF8
8#FCDEFB
9#FEEFFD
Tones
Muted variations
1#E962E2
2#E26ADC
3#DA71D5
4#D379CE
5#CB80C7
6#C488C1
7#BC8FBA
8#B597B3
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693F1 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE9 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0748 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDEFB;
--orchid-200: #FAC2F7;
--orchid-300: #F693F1;
--orchid-400: #F15BE9;
--orchid-500: #ED2CE3;
--orchid-600: #CE12C5;
--orchid-700: #A40E9D;
--orchid-800: #750A70;
--orchid-900: #4B0748;
--orchid-950: #2F042D;
}