Orchid
#F358DC
PinkColor Codes
All color formats for development
HEX
#F358DCRGB
rgb(243, 88, 220)HSL
hsl(309, 87%, 65%)OKLCH
oklch(0.709 0.236 334.2)CMYK
cmyk(0%, 64%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F139D6
2#EF1ACF
3#D90FBB
4#BA0DA0
5#9B0B85
6#7C096B
7#5D0650
8#3E0435
9#1F021B
Tints
Lighter variations
1#F569E0
2#F679E3
3#F78AE7
4#F89BEA
5#F9ACEE
6#FABCF1
7#FCCDF5
8#FDDEF8
9#FEEEFC
Tones
Muted variations
1#EC60D7
2#E468D1
3#DC6FCC
4#D477C6
5#CD7FC1
6#C587BB
7#BD8EB6
8#B596B1
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791E8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358DC | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0542 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDEF8;
--orchid-200: #FBC1F2;
--orchid-300: #F791E8;
--orchid-400: #F358DC;
--orchid-500: #F028D2;
--orchid-600: #D20FB5;
--orchid-700: #A70C90;
--orchid-800: #770867;
--orchid-900: #4C0542;
--orchid-950: #300329;
}