Orchid
#F15BD8
PinkColor Codes
All color formats for development
HEX
#F15BD8RGB
rgb(241, 91, 216)HSL
hsl(310, 84%, 65%)OKLCH
oklch(0.708 0.228 334.9)CMYK
cmyk(0%, 62%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3CD0
2#EB1EC9
3#D513B5
4#B7109B
5#980D81
6#7A0B67
7#5B084E
8#3D0534
9#1E031A
Tints
Lighter variations
1#F26BDC
2#F47CE0
3#F58CE4
4#F69CE7
5#F8ADEB
6#F9BDEF
7#FBCEF3
8#FCDEF7
9#FEEFFB
Tones
Muted variations
1#E962D3
2#E26ACE
3#DA71C9
4#D379C4
5#CB80BF
6#C488BA
7#BC8FB5
8#B597B0
9#AD9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E5 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BD8 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0740 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF7;
--orchid-200: #FAC2F0;
--orchid-300: #F693E5;
--orchid-400: #F15BD8;
--orchid-500: #ED2CCD;
--orchid-600: #CE12AF;
--orchid-700: #A40E8B;
--orchid-800: #750A63;
--orchid-900: #4B0740;
--orchid-950: #2F0428;
}