Orchid
#F15BE7
PinkColor Codes
All color formats for development
HEX
#F15BE7RGB
rgb(241, 91, 231)HSL
hsl(304, 84%, 65%)OKLCH
oklch(0.715 0.239 330.5)CMYK
cmyk(0%, 62%, 4%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CE2
2#EB1EDE
3#D513C8
4#B710AC
5#980D8F
6#7A0B73
7#5B0856
8#3D0539
9#1E031D
Tints
Lighter variations
1#F26BE9
2#F47CEC
3#F58CEE
4#F69CF0
5#F8ADF3
6#F9BDF5
7#FBCEF8
8#FCDEFA
9#FEEFFD
Tones
Muted variations
1#E962E0
2#E26ADA
3#DA71D3
4#D379CD
5#CB80C6
6#C488C0
7#BC8FB9
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 #FCDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EF | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE7 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0747 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDEFA;
--orchid-200: #FAC2F6;
--orchid-300: #F693EF;
--orchid-400: #F15BE7;
--orchid-500: #ED2CE0;
--orchid-600: #CE12C2;
--orchid-700: #A40E9A;
--orchid-800: #750A6E;
--orchid-900: #4B0747;
--orchid-950: #2F042C;
}