Orchid
#F854DC
PinkColor Codes
All color formats for development
HEX
#F854DCRGB
rgb(248, 84, 220)HSL
hsl(310, 92%, 65%)OKLCH
oklch(0.712 0.244 335.4)CMYK
cmyk(0%, 66%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734D6
2#F514D0
3#DF09BB
4#BF08A0
5#9F0786
6#7F056B
7#5F0450
8#400335
9#20011B
Tints
Lighter variations
1#F965E0
2#F976E3
3#FA87E7
4#FB98EA
5#FBA9EE
6#FCBAF1
7#FDCCF5
8#FEDDF8
9#FEEEFC
Tones
Muted variations
1#F05CD7
2#E764D2
3#DF6CCC
4#D774C7
5#CF7DC1
6#C785BC
7#BE8DB6
8#B695B1
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EE8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854DC | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0342 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FEDDF8;
--orchid-200: #FCBFF2;
--orchid-300: #FA8EE8;
--orchid-400: #F854DC;
--orchid-500: #F623D3;
--orchid-600: #D709B5;
--orchid-700: #AB0790;
--orchid-800: #7A0567;
--orchid-900: #4E0342;
--orchid-950: #310229;
}